Click or drag to resize

MessageSend Method

Invokes a send request for this message.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void Send(
	MessageCompletionHandler completionHandler
)

Parameters

completionHandler
Type: Avaya.ClientServicesMessageCompletionHandler
The completion handler which will be invoked when the operation completes. Operation success or failure is reported through this handler.
See Also