Click or drag to resize

IGroupAdapterCloseGroup Method

Closes the specified group.

Namespace:  PSI.Sox.Adapter.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
C#
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: CloseGroupResult
Indicator of success if group is closed or not.
See Also