| CollaborationGetParticipantsCompletionHandler Delegate |
Declare a delegate that handles the GetParticipants request.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic delegate void GetParticipantsCompletionHandler(
Dictionary<string, Participant> participants
)
Parameters
- participants
- Type: System.Collections.GenericDictionaryString, Participant
Represents the Participants list connected to this collaboration.
See Also