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

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public delegate void CompletionHandler(
	VisualVoiceMailMessage message,
	VisualVoiceMailFailureEventArgs error
)

Parameters

message
Type: Avaya.ClientServicesVisualVoiceMailMessage
The VisualVoiceMailMessage object that the completed operation pertains to.
error
Type: Avaya.ClientServicesVisualVoiceMailFailureEventArgs
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