Edit

Share via


RemotePresenceView.EndTerminate(IAsyncResult) Method

Definition

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

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

Parameters

result
IAsyncResult

The reference to the pending asynchronous operation.

Exceptions

ArgumentNullException

The parameter was null. The IAsyncResult is a required parameter.

ArgumentException

The IAsyncResult object was created by a Begin method for a different operation

InvalidOperationException

End was called multiple times.

Applies to