mscorlib(4.0.0.0) API with additions
System.Threading.Timeout Class Reference

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

Collaboration diagram for System.Threading.Timeout:
[legend]

Public Attributes

const int Infinite = -1
 A constant used to specify an infinite waiting period, for threading methods that accept an T:System.Int32 parameter. More...
 

Static Public Attributes

static readonly TimeSpan InfiniteTimeSpan = new TimeSpan(0, 0, 0, 0, -1)
 A constant used to specify an infinite waiting period, for methods that accept a T:System.TimeSpan parameter. More...
 

Detailed Description

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

Definition at line 8 of file Timeout.cs.

Member Data Documentation

◆ Infinite

const int System.Threading.Timeout.Infinite = -1

A constant used to specify an infinite waiting period, for threading methods that accept an T:System.Int32 parameter.

Definition at line 17 of file Timeout.cs.

◆ InfiniteTimeSpan

readonly TimeSpan System.Threading.Timeout.InfiniteTimeSpan = new TimeSpan(0, 0, 0, 0, -1)
static

A constant used to specify an infinite waiting period, for methods that accept a T:System.TimeSpan parameter.

Definition at line 13 of file Timeout.cs.


The documentation for this class was generated from the following file: