ClientBase<TChannel>.ICommunicationObject.EndClose(IAsyncResult) 메서드

정의

ClientBase<TChannel> 개체를 닫기 위한 비동기 작업을 완료합니다.

 virtual void System.ServiceModel.ICommunicationObject.EndClose(IAsyncResult ^ result) = System::ServiceModel::ICommunicationObject::EndClose;
void ICommunicationObject.EndClose (IAsyncResult result);
abstract member System.ServiceModel.ICommunicationObject.EndClose : IAsyncResult -> unit
override this.System.ServiceModel.ICommunicationObject.EndClose : IAsyncResult -> unit
Sub EndClose (result As IAsyncResult) Implements ICommunicationObject.EndClose

매개 변수

result
IAsyncResult

비동기 닫기 작업을 완료하는 데 사용되는 IAsyncResult입니다.

구현

설명

자세한 내용은 System.ServiceModel.Channels.CommunicationObject를 참조하세요.

적용 대상