Click or drag to resize

AgentServiceSupervisorAssistCompletionHandler Delegate

Declares a completion handler that handles the result of supervisor assistance request.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public delegate void SupervisorAssistCompletionHandler(
	Call callWithSupervisor,
	AgentException error
)

Parameters

callWithSupervisor
Type: Avaya.ClientServicesCall
If the error is null the request is successful, this parameter represents call with supervisor otherwise it is null reference. This completion handler is invoked as soon as call with supervisor has been successfully initiated, not when the call is established with the supervisor.
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