PersistentChatEndpoint.EndTerminate(IAsyncResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.