다음을 통해 공유


ChannelDispatcher.OnBeginOpen(TimeSpan, AsyncCallback, Object) 메서드

정의

지정된 시간 간격 내에 완료해야 하는 디스패처의 채널 수신기를 열기 위해 비동기 작업을 시작합니다.

protected:
 override IAsyncResult ^ OnBeginOpen(TimeSpan timeout, AsyncCallback ^ callback, System::Object ^ state);
protected override IAsyncResult OnBeginOpen (TimeSpan timeout, AsyncCallback callback, object state);
override this.OnBeginOpen : TimeSpan * AsyncCallback * obj -> IAsyncResult
Protected Overrides Function OnBeginOpen (timeout As TimeSpan, callback As AsyncCallback, state As Object) As IAsyncResult

매개 변수

timeout
TimeSpan

제한 시간이 초과되기 전에 열기 작업이 완료되어야 하는 기간을 지정하는 TimeSpan입니다.

callback
AsyncCallback

비동기 열기 작업의 완료에 대한 알림을 수신하는 AsyncCallback 대리자입니다.

state
Object

애플리케이션에서 지정하는 개체로, 비동기 열기 작업과 연결된 상태 정보를 포함합니다.

반환

IAsyncResult

디스패처의 채널 수신기를 열기 위해 비동기 작업을 참조하는 IAsyncResult입니다.

예외

호스트 또는 메시지 버전이 null인 경우

설명

이 메서드가 호출되면 null이 아닌 서비스 호스트에 채널 디스패처를 연결해야 합니다.

적용 대상