ServicePRO SDK Help

RequestServicesClient..::..EndGetRequestTransactions Method

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

Syntax


public ObservableCollection<Dictionary<string, Object>> EndGetRequestTransactions(
	out int RowCount,
	out int selectedMemoIndex,
	out ObservableCollection<Dictionary<string, Object>> RequesterAvatars,
	out ObservableCollection<Dictionary<string, Object>> SuggestedSolutions,
	out int processedRequestId,
	IAsyncResult result
)
Public Function EndGetRequestTransactions ( _
	<OutAttribute> ByRef RowCount As Integer, _
	<OutAttribute> ByRef selectedMemoIndex As Integer, _
	<OutAttribute> ByRef RequesterAvatars As ObservableCollection(Of Dictionary(Of String, Object)), _
	<OutAttribute> ByRef SuggestedSolutions As ObservableCollection(Of Dictionary(Of String, Object)), _
	<OutAttribute> ByRef processedRequestId As Integer, _
	result As IAsyncResult _
) As ObservableCollection(Of Dictionary(Of String, Object))

Parameters

RowCount
Type: Int32%
selectedMemoIndex
Type: Int32%
RequesterAvatars
Type: ObservableCollection<(Of <(<'Dictionary<(Of <(<'String, Object>)>)>>)>)>%
SuggestedSolutions
Type: ObservableCollection<(Of <(<'Dictionary<(Of <(<'String, Object>)>)>>)>)>%
processedRequestId
Type: Int32%
result
Type: IAsyncResult