Click or drag to resize
MessageMessageCompletionHandler Delegate
Completion handler for asynchronous message operations.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public delegate void MessageCompletionHandler(
	Message message,
	MessagingFailureEventArgs error
)

Parameters

message
Type: Avaya.ClientServicesMessage
error
Type: Avaya.ClientServicesMessagingFailureEventArgs
If the operation was successful the value of this parameter is a null reference. If the operation failed it contains an error object describing the details of the failure.
See Also