ServicePRO SDK Help

ManageObjectsServiceClient..::..EndGetList Method

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

Syntax


public ObservableCollection<Dictionary<string, Object>> EndGetList(
	out int TotalCount,
	out List<stcColumnAlias> columnAlias,
	IAsyncResult result
)
Public Function EndGetList ( _
	<OutAttribute> ByRef TotalCount As Integer, _
	<OutAttribute> ByRef columnAlias As List(Of stcColumnAlias), _
	result As IAsyncResult _
) As ObservableCollection(Of Dictionary(Of String, Object))

Parameters

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