Edit

Share via


RemotePresence.EndAddTargets(IAsyncResult) Method

Definition

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

Parameters

result
IAsyncResult

The reference to the pending asynchronous operation.

Exceptions

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

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

Applies to