DiscoveryClient.ICommunicationObject.EndClose(IAsyncResult) 方法

定義

完成非同步作業以關閉通訊物件。

 virtual void System.ServiceModel.ICommunicationObject.EndClose(IAsyncResult ^ result) = System::ServiceModel::ICommunicationObject::EndClose;
void ICommunicationObject.EndClose (IAsyncResult result);
abstract member System.ServiceModel.ICommunicationObject.EndClose : IAsyncResult -> unit
override this.System.ServiceModel.ICommunicationObject.EndClose : IAsyncResult -> unit
Sub EndClose (result As IAsyncResult) Implements ICommunicationObject.EndClose

參數

result
IAsyncResult

IAsyncResult,在呼叫 ICommunicationObject.EndClose(IAsyncResult) 方法時所傳回。

實作

適用於