Share via


Timeout Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Contains constants that specify infinite time-out intervals. This class cannot be inherited.

Inheritance Hierarchy

System. . :: . .Object
  System.Threading..::..Timeout

Namespace:  System.Threading
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public NotInheritable Class Timeout
public static class Timeout
public ref class Timeout abstract sealed
[<AbstractClass>]
[<Sealed>]
type Timeout =  class end
public final class Timeout

The Timeout type exposes the following members.

Fields

  Name Description
Public fieldStatic member Infinite A constant used to specify an infinite waiting period.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Threading Namespace