ChannelDispatcher.OnEndClose(IAsyncResult) 方法
定义
完成异步操作来关闭调度程序的通道侦听程序。Completes an asynchronous operation to close a channel listener for the dispatcher.
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)。The IAsyncResult returned by a call to the OnBeginClose(TimeSpan, AsyncCallback, Object) method.