ClientBase<TChannel>.ICommunicationObject.EndClose(IAsyncResult) 方法

定义

完成一个关闭 ClientBase<TChannel> 对象的异步操作。

 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

实现

注解

有关详细信息,请参阅 System.ServiceModel.Channels.CommunicationObject

适用于