Click or drag to resize
CollaborationReceivingSharingControlCompletionHandler Delegate
Delegate used to report that receiving sharing control operation finished.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public delegate void ReceivingSharingControlCompletionHandler(
	CollaborationFailureEventArgs failureEventArgs
)

Parameters

failureEventArgs
Type: Avaya.ClientServicesCollaborationFailureEventArgs
Error information. Null if operation succeeded, not null otherwise.
See Also