Click or drag to resize

IGroupAdapterGetGroup Method

Gets group information based on the provided parameters.

Namespace:  PSI.Sox.Adapter.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
C#
Group GetGroup(
	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: Group
Populated Group object if successfully found.
See Also