IChannelListener.WaitForChannel(TimeSpan) 메서드

정의

채널 도착을 대기합니다.

public:
 bool WaitForChannel(TimeSpan timeout);
public bool WaitForChannel (TimeSpan timeout);
abstract member WaitForChannel : TimeSpan -> bool
Public Function WaitForChannel (timeout As TimeSpan) As Boolean

매개 변수

timeout
TimeSpan

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

반환

Boolean

timeout에 지정된 시간 간격 전에 채널이 도착하면 true이고, 그렇지 않으면 false입니다.

적용 대상