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」を参照してください。

適用対象