| ConversationAddParticipantAddresses Method |
Invokes an add participant request for this conversation for given contact.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic virtual void AddParticipantAddresses(
List<string> addresses,
ConversationAddParticipantAddressesCompletionHandler completionHandler
)
Parameters
- addresses
- Type: System.Collections.GenericListString
A list of participant addresses to add to this conversation.
- completionHandler
- Type: Avaya.ClientServicesConversationAddParticipantAddressesCompletionHandler
The completion handler which will be invoked when the operation completes.
Operation success or failure is reported through this handler.
See Also