mscorlib(4.0.0.0) API with additions
|
Contains constants that specify infinite time-out intervals. This class cannot be inherited. More...
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... | |
Contains constants that specify infinite time-out intervals. This class cannot be inherited.
Definition at line 8 of file Timeout.cs.
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.
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.