ReceiveContext.OnEndComplete(IAsyncResult) 方法

定義

當狀態機器正在非同步轉換至已完成的狀態時呼叫。

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

參數

適用於