Edit

Share via


ContactGroupServices.BeginUpdateContact Method

Definition

Begins an asynchronous operation to update the information for the specified contact.

public:
 IAsyncResult ^ BeginUpdateContact(Microsoft::Rtc::Collaboration::ContactsGroups::Contact ^ contact, AsyncCallback ^ userCallback, System::Object ^ state);
public IAsyncResult BeginUpdateContact (Microsoft.Rtc.Collaboration.ContactsGroups.Contact contact, AsyncCallback userCallback, object state);
member this.BeginUpdateContact : Microsoft.Rtc.Collaboration.ContactsGroups.Contact * AsyncCallback * obj -> IAsyncResult

Parameters

contact
Contact

Contact to be updated.

userCallback
AsyncCallback

The method to be called when the asynchronous operation is completed.

state
Object

A user-provided object that distinguishes this particular asynchronous operation from other asynchronous operations.

Returns

An IAsyncResult that references the asynchronous operation.

Exceptions

Thrown when contact is null.

Thrown when the subscription state is not idle or subscribed.

Applies to