Click or drag to resize

AgentServiceAgentServiceCompletionHandler Delegate

Declares a completion handler for asynchronous agent service operations.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public 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