Click or drag to resize

ContactGroupContactGroupOperationCompletionHandler Delegate

Delegate for contact group operations completion handler.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public delegate void ContactGroupOperationCompletionHandler(
	ContactException args
)

Parameters

args
Type: Avaya.ClientServicesContactException
The optional error information. On success this will be null.
See Also