Click or drag to resize

ContactServiceDeleteContact Method

Deletes an existing contact.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void DeleteContact(
	Contact contact,
	ContactServiceContactActionCompletionHandler completionHandler
)

Parameters

contact
Type: Avaya.ClientServicesContact
The contact to be deleted.
completionHandler
Type: Avaya.ClientServicesContactServiceContactActionCompletionHandler
The completion handler for this operation.
Remarks

Note that there can be only one request for each EditableContact at the same time. Before the operation will return a result, all subsequent attempts ro remove or retrieve picture for this contact will result in instant failure and according error code.

See Also