Click or drag to resize

IAdapterDataHelperGetGroup Method

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

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

Parameters

carrier
Type: SystemString

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

groupId
Type: SystemInt64

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

Return Value

Type: Group

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

See Also