Edit

Share via


RemotePresence.EndRemoveAllTargets(IAsyncResult) Method

Definition

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

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

Applies to