Mono Class Library: System.Threading.Timeout Overview | Members

System.Threading.Timeout.Infinite Field

A constant used to specify an infinite waiting period. [Edit]

Value: -1

public const int Infinite

Remarks

The value of this constant is -1.

Note: For threading methods that accept a timeout parameter, such as Thread.Sleep(int) and Thread.Join , this value is used to suppress method behavior that would normally occur due to elapsed time.

[Edit]

Requirements

Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0