ServicePRO SDK Help

IRequestServices..::..BeginSendQuickMessage Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginSendQuickMessage(
	string userSessionKey,
	stcQuickMessage message,
	int quickMessageId,
	string objectName,
	DateTime dateLoaded,
	ObservableCollection<stcListItem> recipients,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginSendQuickMessage ( _
	userSessionKey As String, _
	message As stcQuickMessage, _
	quickMessageId As Integer, _
	objectName As String, _
	dateLoaded As DateTime, _
	recipients As ObservableCollection(Of stcListItem), _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
message
Type: HelpSTAR.PCL.Common..::..stcQuickMessage
quickMessageId
Type: Int32
objectName
Type: String
dateLoaded
Type: DateTime
recipients
Type: ObservableCollection<(Of <(<'stcListItem>)>)>
callback
Type: AsyncCallback
asyncState
Type: Object