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: 550.0.60.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