| ConversationCompletionHandler Delegate |
Completion handler for asynchronous conversation operations.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic delegate void CompletionHandler(
MessagingFailureEventArgs error
)
Parameters
- 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