The
fields
of System.Threading.Timeout are listed below. For a list of all members, see the Timeout Members list.
See Also: Inherited members from System.Object
Public Fields
const | Infinite | int (-1).
A constant used to specify an infinite waiting period, for threading methods that accept an int parameter.
|
static readonly | InfiniteTimeSpan | TimeSpan.
A constant used to specify an infinite waiting period, for methods that accept a TimeSpan parameter.
|