Edit

Share via


UserEndpointPresenceServices.EndUpdatePrivacyPreference(IAsyncResult) Method

Definition

Completes the asynchronous operation initiated by BeginUpdatePrivacyPreference.

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

Parameters

result
IAsyncResult

The reference to the pending asynchronous operation.

Exceptions

Thrown when the argument passed is null or invalid.

Thrown when this method is invoked multiple times using the same result.

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

Thrown when the underlying subscription changed during the publish operation or an empty container update operation is specified.

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

Remarks

PublishSubscribeException is usually thrown when the request sent to the server is invalid.

Applies to