Click or drag to resize

ContactServiceUpdateContact Method

Updates an existing contact.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void UpdateContact(
	EditableContact editableContact,
	ContactServiceUpdateContactCompletionHandler completionHandler
)

Parameters

editableContact
Type: Avaya.ClientServicesEditableContact
The editable contact object used to update this record on the enterprise source. This object must be created from a regular immutable contact by calling CreateEditableContactFromContact. CreateEditableContactFromContact(Contact)
completionHandler
Type: Avaya.ClientServicesContactServiceUpdateContactCompletionHandler
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 to update or add same contact will result in instant failure and according error code.

See Also