Click or drag to resize

ContactGroupRemoveContacts Method

Removes contacts from a group

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void RemoveContacts(
	HashSet<Contact> contacts,
	ContactGroupContactGroupOperationCompletionHandler completionHandler
)

Parameters

contacts
Type: System.Collections.GenericHashSetContact
List of contacts to remove.
completionHandler
Type: Avaya.ClientServicesContactGroupContactGroupOperationCompletionHandler
Completion handler for this operation.
Remarks
Operation fails if at least one contact can't be removed from group due to capability not allowed. Entire collection remains unchanged in this case. Providing contact as argument which doesn't exist in group treated as Success operation.
See Also