ServicePRO SDK Help

IManageObjectsService..::..EndGetSupplierByProductIdRequest Method

Namespace:  ServicePRO.Sdk.Windows.Definitions
Assembly:  ServicePRO.Sdk.Windows (in ServicePRO.Sdk.Windows.dll)

Syntax


IEnumerable<Dictionary<string, Object>> EndGetSupplierByProductIdRequest(
	out int totalCount,
	out List<stcColumnAlias> columnAlias,
	IAsyncResult result
)
Function EndGetSupplierByProductIdRequest ( _
	<OutAttribute> ByRef totalCount As Integer, _
	<OutAttribute> ByRef columnAlias As List(Of stcColumnAlias), _
	result As IAsyncResult _
) As IEnumerable(Of Dictionary(Of String, Object))

Parameters

totalCount
Type: Int32%
columnAlias
Type: List<(Of <(<'stcColumnAlias>)>)>%
result
Type: IAsyncResult