ServicePRO SDK Help

RequestServicesClient..::..EndGetEntireQuickMessage Method

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

Syntax


public ObservableCollection<Dictionary<string, Object>> EndGetEntireQuickMessage(
	out ObservableCollection<Dictionary<string, Object>> authorAvatars,
	out stcQuickMessage quickMessage,
	IAsyncResult result
)
Public Function EndGetEntireQuickMessage ( _
	<OutAttribute> ByRef authorAvatars As ObservableCollection(Of Dictionary(Of String, Object)), _
	<OutAttribute> ByRef quickMessage As stcQuickMessage, _
	result As IAsyncResult _
) As ObservableCollection(Of Dictionary(Of String, Object))

Parameters

authorAvatars
Type: ObservableCollection<(Of <(<'Dictionary<(Of <(<'String, Object>)>)>>)>)>%
quickMessage
Type: HelpSTAR.PCL.Common..::..stcQuickMessage%
result
Type: IAsyncResult