Edit

Share via


RemotePresence.EndRefresh(IAsyncResult) Method

Definition

Ends the asynchronous operation started by BeginRefresh(AsyncCallback, Object).

public:
 void EndRefresh(IAsyncResult ^ result);
public void EndRefresh (IAsyncResult result);
member this.EndRefresh : IAsyncResult -> unit
Public Sub EndRefresh (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 EndRefresh was called more than once for the same instance of result.

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

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

Applies to