CollaborationReceivingSharingControlCompletionHandler Delegate |
Delegate used to report that receiving sharing control operation finished.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic delegate void ReceivingSharingControlCompletionHandler(
CollaborationFailureEventArgs failureEventArgs
)
Parameters
- failureEventArgs
- Type: Avaya.ClientServicesCollaborationFailureEventArgs
Error information.
Null if operation succeeded, not null otherwise.
See Also