Click or drag to resize

IAdapterDataHelperUpdateGroupStatus Method

[Missing <summary> documentation for "M:PSI.Sox.Adapter.Interfaces.IAdapterDataHelper.UpdateGroupStatus(System.String,System.Int64,PSI.Sox.GroupStatus)"]

Namespace:  PSI.Sox.Adapter.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
C#
void UpdateGroupStatus(
	string carrier,
	long groupId,
	GroupStatus status
)

Parameters

carrier
Type: SystemString

[Missing <param name="carrier"/> documentation for "M:PSI.Sox.Adapter.Interfaces.IAdapterDataHelper.UpdateGroupStatus(System.String,System.Int64,PSI.Sox.GroupStatus)"]

groupId
Type: SystemInt64

[Missing <param name="groupId"/> documentation for "M:PSI.Sox.Adapter.Interfaces.IAdapterDataHelper.UpdateGroupStatus(System.String,System.Int64,PSI.Sox.GroupStatus)"]

status
Type: GroupStatus

[Missing <param name="status"/> documentation for "M:PSI.Sox.Adapter.Interfaces.IAdapterDataHelper.UpdateGroupStatus(System.String,System.Int64,PSI.Sox.GroupStatus)"]

See Also