| ChatParticipantsCompletionHandler Delegate |
Declare a delegate that handles the GetChatParticipants request.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic delegate void ParticipantsCompletionHandler(
List<Participant> participants
)
Parameters
- participants
- Type: System.Collections.GenericListParticipant
Represents the Participants list connected to this chat.
See Also