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

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public delegate void RemoteControlCompletionHandler(
	ContentSharing sender,
	ContentSharingEventArgs eventArgs,
	CollaborationFailureEventArgs failureEventArgs
)

Parameters

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