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)

実装

適用対象