Click or drag to resize

IGroupAdapterModifyGroup Method

Modifies the data associated in a specific group

Namespace:  PSI.Sox.Adapter.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
C#
Group ModifyGroup(
	string carrier,
	string groupType,
	long groupId,
	PackageRequest packageRequest
)

Parameters

carrier
Type: SystemString
Carrier Symbol.
groupType
Type: SystemString
GroupType
groupId
Type: SystemInt64
Group id used in group.
packageRequest
Type: PackageRequest
Package Request with specific values populated as needed by the modify Group action.

Return Value

Type: Group
Indicator of success if group is closed or not.
See Also