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

適用対象