Timeout.Infinite Field
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
A constant used to specify an infinite waiting period. This field is constant.
Assembly: mscorlib (in mscorlib.dll)
The value of this constant is -1. For threading methods that accept a timeout parameter, such as Thread.Sleep(Int32) and Thread.Join(Int32), this value is used to suppress time-out behavior.
Show: