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

實作

適用於