ServicePRO SDK Help

IRequestServices..::..EndGetRequestMeetings Method

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

Syntax


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

Parameters

rowCount
Type: Int32%
authorAvatars
Type: ObservableCollection<(Of <(<'Dictionary<(Of <(<'String, Object>)>)>>)>)>%
result
Type: IAsyncResult