Timeout.InfiniteTimeSpan フィールド

定義

TimeSpan パラメーターを許可するメソッドに、無期限の待機期間を指定するために使用される定数。

public: static initonly TimeSpan InfiniteTimeSpan;
public static readonly TimeSpan InfiniteTimeSpan;
[System.Runtime.InteropServices.ComVisible(false)]
public static readonly TimeSpan InfiniteTimeSpan;
 staticval mutable InfiniteTimeSpan : TimeSpan
[<System.Runtime.InteropServices.ComVisible(false)>]
 staticval mutable InfiniteTimeSpan : TimeSpan
Public Shared ReadOnly InfiniteTimeSpan As TimeSpan 

フィールド値

TimeSpan
属性

注釈

型 (and などThread.Join(TimeSpan)Thread.Sleep(TimeSpan)) のパラメーターをtimeout受け取るスレッド 処理メソッドのTimeSpan場合、この値はスレッドを無期限に中断するために使用されます。 ただし、ほとんどの場合、スレッドを同期したり、リソースを管理したりするために、MutexMonitor他のクラス (たとえば 、、EventWaitHandleまたはSemaphore代わりに) を使用System.Threadingすることをお勧めします。

このフィールドの値は -00:00:00.00100000 または -1 ミリ秒です。

適用対象