MessageSession.OnEndSetState(IAsyncResult) Method

Definition

Ends the asynchronous operation to set the state of the message session.

protected abstract void OnEndSetState (IAsyncResult result);
abstract member OnEndSetState : IAsyncResult -> unit
Protected MustOverride Sub OnEndSetState (result As IAsyncResult)

Parameters

result
IAsyncResult

An IAsyncResult that references the asynchronous operation to set the state of the message session.

Applies to