Click or drag to resize
ConferenceConferenceActionCompletionHandler Delegate
Defines the delegate used as the completion handler for requests on the Conference object.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public delegate void ConferenceActionCompletionHandler(
	CallFailureException error
)

Parameters

error
Type: Avaya.ClientServicesCallFailureException
If the request is successful, this argument will be null. If the request is pending approval, the argument will be PendingApproval. Otherwise the request has failed and the argument represents the error associated with request.
See Also