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 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:
GroupPopulated Group object if successfully found.
See Also