共用方式為


ChannelListenerBase.WaitForChannel(TimeSpan) 方法

定義

在衍生類別內實作時,等候通道抵達。

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

參數

timeout
TimeSpan

指定在逾時前必須等候通道作業完成之時間的 TimeSpan

傳回

Boolean

如果通道在 timeout 指定的時間間隔過期之前抵達則為 true,否則為 false

實作

適用於