ChannelFactoryBase<TChannel>.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)

参数

适用于