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.

상태를 입력할 수 있고 상태가 되기 ICommunicationObject 전에 Opened 시간 제한이 경과했습니다Faulted.

적용 대상