ServicePRO SDK Help

RequestServicesClient..::..EndGetRequestEmails Method

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

Syntax


public ObservableCollection<Dictionary<string, Object>> EndGetRequestEmails(
	out int rowCount,
	out ObservableCollection<Dictionary<string, Object>> authorAvatars,
	IAsyncResult result
)
Public Function EndGetRequestEmails ( _
	<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