ICommunicationObject.EndOpen(IAsyncResult) 메서드

정의

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

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

매개 변수

result
IAsyncResult

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

예외

ICommunicationObject를 열 수 없어 Faulted 상태가 된 경우

ICommunicationObjectOpened 상태가 될 수 있고 Faulted 상태가 되기 전에 시간 제한이 경과된 경우

적용 대상