ServicePRO SDK Help

IRequestServices..::..EndGetRequestsListing Method

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

Syntax


ObservableCollection<Dictionary<string, Object>> EndGetRequestsListing(
	out ObservableCollection<stcQueryField> QueryFields,
	out ObservableCollection<int> serverSnapshotCollection,
	out ObservableCollection<int> movedItemCollection,
	out int TotalCount,
	out int queryViewId,
	IAsyncResult result
)
Function EndGetRequestsListing ( _
	<OutAttribute> ByRef QueryFields As ObservableCollection(Of stcQueryField), _
	<OutAttribute> ByRef serverSnapshotCollection As ObservableCollection(Of Integer), _
	<OutAttribute> ByRef movedItemCollection As ObservableCollection(Of Integer), _
	<OutAttribute> ByRef TotalCount As Integer, _
	<OutAttribute> ByRef queryViewId As Integer, _
	result As IAsyncResult _
) As ObservableCollection(Of Dictionary(Of String, Object))

Parameters

QueryFields
Type: ObservableCollection<(Of <(<'stcQueryField>)>)>%
serverSnapshotCollection
Type: ObservableCollection<(Of <(<'Int32>)>)>%
movedItemCollection
Type: ObservableCollection<(Of <(<'Int32>)>)>%
TotalCount
Type: Int32%
queryViewId
Type: Int32%
result
Type: IAsyncResult