DiscoveryClient.ICommunicationObject.EndOpen(IAsyncResult) メソッド

定義

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

 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

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

実装

適用対象