ClientBase<TChannel>.ChannelBase<T>.ICommunicationObject.BeginClose 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
통신 개체를 닫기 위한 작업을 시작합니다.
오버로드
ICommunicationObject.BeginClose(AsyncCallback, Object) |
통신 개체를 닫기 위한 비동기 작업을 시작합니다. |
ICommunicationObject.BeginClose(TimeSpan, AsyncCallback, Object) |
지정된 시간 제한 내에 통신 개체를 닫는 비동기 작업을 시작합니다. |
ICommunicationObject.BeginClose(AsyncCallback, Object)
- Source:
- ClientBase.cs
- Source:
- ClientBase.cs
- Source:
- ClientBase.cs
통신 개체를 닫기 위한 비동기 작업을 시작합니다.
virtual IAsyncResult ^ System.ServiceModel.ICommunicationObject.BeginClose(AsyncCallback ^ callback, System::Object ^ state) = System::ServiceModel::ICommunicationObject::BeginClose;
IAsyncResult ICommunicationObject.BeginClose (AsyncCallback callback, object state);
abstract member System.ServiceModel.ICommunicationObject.BeginClose : AsyncCallback * obj -> IAsyncResult
override this.System.ServiceModel.ICommunicationObject.BeginClose : AsyncCallback * obj -> IAsyncResult
Function BeginClose (callback As AsyncCallback, state As Object) As IAsyncResult Implements ICommunicationObject.BeginClose
매개 변수
- callback
- AsyncCallback
비동기 닫기 작업의 완료에 대한 알림을 수신하는 AsyncCallback 대리자입니다.
- state
- Object
애플리케이션에 의해 지정되는 개체로, 비동기 닫기 작업과 연결된 상태 정보를 포함합니다.
반환
비동기 닫기 작업을 참조하는 IAsyncResult입니다.
구현
적용 대상
ICommunicationObject.BeginClose(TimeSpan, AsyncCallback, Object)
- Source:
- ClientBase.cs
- Source:
- ClientBase.cs
- Source:
- ClientBase.cs
지정된 시간 제한 내에 통신 개체를 닫는 비동기 작업을 시작합니다.
virtual IAsyncResult ^ System.ServiceModel.ICommunicationObject.BeginClose(TimeSpan timeout, AsyncCallback ^ callback, System::Object ^ state) = System::ServiceModel::ICommunicationObject::BeginClose;
IAsyncResult ICommunicationObject.BeginClose (TimeSpan timeout, AsyncCallback callback, object state);
abstract member System.ServiceModel.ICommunicationObject.BeginClose : TimeSpan * AsyncCallback * obj -> IAsyncResult
override this.System.ServiceModel.ICommunicationObject.BeginClose : TimeSpan * AsyncCallback * obj -> IAsyncResult
Function BeginClose (timeout As TimeSpan, callback As AsyncCallback, state As Object) As IAsyncResult Implements ICommunicationObject.BeginClose
매개 변수
- timeout
- TimeSpan
제한 시간이 초과되기 전에 보내기 작업이 완료되어야 하는 기간을 지정하는 시간 범위입니다.
- callback
- AsyncCallback
비동기 닫기 작업의 완료에 대한 알림을 수신하는 AsyncCallback 대리자입니다.
- state
- Object
애플리케이션에 의해 지정되는 개체로, 비동기 닫기 작업과 연결된 상태 정보를 포함합니다.
반환
비동기 닫기 작업을 참조하는 IAsyncResult입니다.
구현
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET