Share via


CommunicationObject.OnEndOpen(IAsyncResult) 메서드

정의

통신 개체를 열 때 비동기 작업을 완료합니다.

protected:
 abstract void OnEndOpen(IAsyncResult ^ result);
protected abstract void OnEndOpen (IAsyncResult result);
abstract member OnEndOpen : IAsyncResult -> unit
Protected MustOverride Sub OnEndOpen (result As IAsyncResult)

매개 변수

result
IAsyncResult

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

예외

통신 개체가 Opened 또는 Opening 상태가 아니며 수정할 수 없는 경우

통신 개체가 Closing 또는 Closed 상태이며 수정할 수 없는 경우

통신 개체가 Faulted 상태이며 수정할 수 없는 경우

작업에 할당된 기본 시간 간격이 작업을 완료하기 전에 초과된 경우

설명

메서드는 EndOpen (및 OnOpened)를 호출 OnEndOpen 합니다.

적용 대상