ClientBase<TChannel>.ICommunicationObject.EndOpen(IAsyncResult) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
完成非同步作業以開啟 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。