PersistentChatEndpoint.EndTerminate(IAsyncResult) Method

Definition

Completes the asynchronous request initiated by BeginTerminate(AsyncCallback, Object)

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

Parameters

asyncResult
IAsyncResult

The IAsyncResult that references this operation.

Exceptions

asyncResult is null.

Applies to