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) 方法的调用返回。

实现

适用于