| ActiveParticipantParticipantActionCompletionHandler Delegate |
Declare a delegate that handles the Participant request.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic delegate void ParticipantActionCompletionHandler(
CallFailureException error
)
Parameters
- error
- Type: Avaya.ClientServicesCallFailureException
Not null if the request failed. Represents the error associated with request.
See Also