ChannelFactory.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)

適用於