Click or drag to resize
ContentSharingContentSharingCompletionHandler Delegate
Declare a delegate that handles the content sharing async operations.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public delegate void ContentSharingCompletionHandler(
	ContentSharing sender,
	CollaborationFailureEventArgs failureEventArgs
)

Parameters

sender
Type: Avaya.ClientServicesContentSharing
Represents this ContentSharing.
failureEventArgs
Type: Avaya.ClientServicesCollaborationFailureEventArgs
Error information. Not null if the request failed.
See Also