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