Click or drag to resize

ContactServiceDeleteContactGroup Method

Deletes Contact Group.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void DeleteContactGroup(
	ContactGroup group,
	ContactServiceDeleteContactGroupCompletionHandler completionHandler
)

Parameters

group
Type: Avaya.ClientServicesContactGroup
Group of contacts for removal.
completionHandler
Type: Avaya.ClientServicesContactServiceDeleteContactGroupCompletionHandler
The completion handler for this operation. Operation success or failure is reported through this handler.
See Also