public sealed class Timeout
Object
Timeout
mscorlib
BCL
Contains a constant used to specify an infinite amount of time.
System.Threading Namespace
Timeout Fields
public const int Infinite = -1;
A constant used to specify an infinite waiting period.
The value of this constant is -1.[Note: For threading methods that accept a timeout parameter, such as System.Threading.Thread.Sleep(System.Int32) and System.Threading.Thread.Join , this value is used to suppress method behavior that would normally occur due to elapsed time. ]
System.Threading.Timeout Class, System.Threading Namespace