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)

參數

result
IAsyncResult

IAsyncResult 方法的呼叫所傳回的 OnBeginClose(TimeSpan, AsyncCallback, Object)

適用於