IGroupAdapterCloseGroup Method | |
Closes the specified group.
Namespace:
PSI.Sox.Adapter.Interfaces
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax CloseGroupResult CloseGroup(
string carrier,
string groupType,
long groupId
)
Parameters
- carrier
- Type: SystemString
Carrier Symbol. - groupType
- Type: SystemString
GroupType - groupId
- Type: SystemInt64
Group id used in group.
Return Value
Type:
CloseGroupResultIndicator of success if group is closed or not.
See Also