| AgentServiceAgentServiceCompletionHandler Delegate |
Declares a completion handler for asynchronous agent service operations.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic delegate void AgentServiceCompletionHandler(
AgentException error
)
Parameters
- error
- Type: Avaya.ClientServicesAgentException
If the operation is successful, the value of this parameter is a
null reference. If the operation fails it contains an exception
describing the details of the failure.
See Also