ICommunicationObject.EndClose(IAsyncResult) 메서드

정의

통신 개체를 닫기 위한 비동기 작업을 완료합니다.

public:
 void EndClose(IAsyncResult ^ result);
public void EndClose (IAsyncResult result);
abstract member EndClose : IAsyncResult -> unit
Public Sub EndClose (result As IAsyncResult)

매개 변수

result
IAsyncResult

IAsyncResult 메서드를 호출할 때 반환되는 BeginClose입니다.

예외

BeginClose 상태인 개체에 대해 Faulted를 호출한 경우

ICommunicationObject를 닫을 수 있기 전에 제한 시간이 경과된 경우

적용 대상