Edit

Share via


ContactGroupServices.EndUpdateContact(IAsyncResult) Method

Definition

Ends the asynchronous operation initiated by BeginUpdateContact.

public:
 void EndUpdateContact(IAsyncResult ^ result);
public void EndUpdateContact (IAsyncResult result);
member this.EndUpdateContact : IAsyncResult -> unit
Public Sub EndUpdateContact (result As IAsyncResult)

Parameters

result
IAsyncResult

The reference to the pending asynchronous operation.

Exceptions

Thrown when result is null.

Thrown when result was created by a Begin method for a different operation.

Thrown when EndUpdateContact was called more than once for the same instance of result.

Thrown when the SIP SERVICE request is rejected by the server.

Thrown when the underlying subscription changed during the operation.

Thrown when SIP Transport, SIP authentication and credential-related errors are encountered.

Remarks

For OperationFailureException, the inner exception should give more information.

Applies to