[ Team LiB ] Previous Section Next Section

TimeoutCF 1.0, ECMA 1.0

System.Threading (mscorlib.dll)sealed class

This class provides a static Infinite property, which is defined as -1 for use with methods that stop a thread's execution for a specific time period.

public sealed class Timeout {
// Public Static Fields
   public const int Infinite;            
// =-1
}
    [ Team LiB ] Previous Section Next Section