ReceiveContext.OnEndComplete(IAsyncResult) Method

Definition

Called when the state machine is transitioning to the completed state asynchronously.

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

Parameters

Applies to