Edit

Share via


RemotePresence.EndRemoveTarget(IAsyncResult) Method

Definition

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

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

Applies to