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입니다.

구현

적용 대상