ConferenceMobileLinkMobileLinkActionCompletionHandler Delegate |
Declare a delegate that handles the mobile link action request.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic delegate void MobileLinkActionCompletionHandler(
CallFailureException error
)
Parameters
- error
- Type: Avaya.ClientServicesCallFailureException
Not null if the request failed. Represents the error associated with request.
See Also