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,指定在超时前可用于完成等待通道操作的时间长度。

返回

如果通道在 timeout 指定的时间间隔内到达,则为 true;否则为 false

适用于