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

定義

完成非同步作業以開啟 ClientBase<TChannel> 物件。

 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

實作

備註

如需詳細資訊,請參閱System.ServiceModel.Channels.CommunicationObject

適用於