CommunicationObject.OnEndClose(IAsyncResult) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
통신 개체의 닫기에서 비동기 작업을 완료합니다.
protected:
abstract void OnEndClose(IAsyncResult ^ result);
protected abstract void OnEndClose(IAsyncResult result);
abstract member OnEndClose : IAsyncResult -> unit
Protected MustOverride Sub OnEndClose (result As IAsyncResult)
매개 변수
- result
- IAsyncResult
IAsyncResult 메서드를 호출하여 반환되는 OnEndClose(IAsyncResult) 값입니다.
예외
통신 개체가 Faulted 상태에 있으므로 수정할 수 없습니다.
작업이 완료되기 전에 작업에 할당된 기본 시간 간격을 초과했습니다.
설명
EndClose(IAsyncResult) 통신 개체가 아직 상태에 있지 않은 경우 메서드가 OnEndClose(IAsyncResult) 호출 Closed 합니다.