Click or drag to resize

CollaborationGetParticipantsCompletionHandler Delegate

Declare a delegate that handles the GetParticipants request.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public delegate void GetParticipantsCompletionHandler(
	Dictionary<string, Participant> participants
)

Parameters

participants
Type: System.Collections.GenericDictionaryString, Participant
Represents the Participants list connected to this collaboration.
See Also