Click or drag to resize
ContentSharingRemoteControlParticipantsCompletionHandler Delegate
Delegate used to obtain participants that support remote control.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public delegate void RemoteControlParticipantsCompletionHandler(
	List<Participant> participants,
	CollaborationFailureEventArgs failureEventArgs
)

Parameters

participants
Type: System.Collections.GenericListParticipant
Participants that support remote control. Null if error occurred.
failureEventArgs
Type: Avaya.ClientServicesCollaborationFailureEventArgs
Error information. Not null if the request failed.
See Also