| SearchConversationRemoveParticipantAddresses Method |
Invokes a remove participant request for this conversation for each of the provided addresses.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic override void RemoveParticipantAddresses(
List<string> addresses,
ConversationCompletionHandler completionHandler
)
Parameters
- addresses
- Type: System.Collections.GenericListString
A list of participant addresses to remove from this conversation.
- completionHandler
- Type: Avaya.ClientServicesConversationCompletionHandler
The completion handler which will be invoked when the operation completes.
Operation success or failure is reported through this handler.
See Also