ServicePRO SDK Help

IManageObjectsService..::..EndGetComboRecordset Method

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

Syntax


ObservableCollection<Dictionary<string, Object>> EndGetComboRecordset(
	out int LngRecordCountOut,
	IAsyncResult result
)
Function EndGetComboRecordset ( _
	<OutAttribute> ByRef LngRecordCountOut As Integer, _
	result As IAsyncResult _
) As ObservableCollection(Of Dictionary(Of String, Object))

Parameters

LngRecordCountOut
Type: Int32%
result
Type: IAsyncResult