Share via


ClientBase<TChannel>.ChannelBase<T>.ICommunicationObject.EndOpen メソッド

定義

通信オブジェクトを開くための非同期操作を完了します。

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

パラメーター

result
IAsyncResult

BeginOpen() メソッドへの呼び出しで返された IAsyncResult

実装

適用対象