ChannelDispatcher.OnEndClose(IAsyncResult) メソッド

定義

ディスパッチャーのチャネル リスナーを閉じるための非同期操作を完了します。

protected:
 override void OnEndClose(IAsyncResult ^ result);
protected override void OnEndClose (IAsyncResult result);
override this.OnEndClose : IAsyncResult -> unit
Protected Overrides Sub OnEndClose (result As IAsyncResult)

パラメーター

result
IAsyncResult

IAsyncResult メソッドへの呼び出しで返された OnBeginClose(TimeSpan, AsyncCallback, Object)

適用対象