Timeout::InfiniteTimeSpan Field
A constant used to specify an infinite waiting period, for methods that accept a TimeSpan parameter.
Assembly: mscorlib (in mscorlib.dll)
Field Value
Type: System::TimeSpanFor threading methods that accept a timeout parameter of type TimeSpan, such as Thread::Sleep(TimeSpan) and Thread::Join(TimeSpan), this value is used to suspend the thread indefinitely. However, in most cases, we recommend that you use other System.Threading classes such as Mutex, Monitor, EventWaitHandle, or Semaphore instead to sychronize threads or manage resources.
The value of this field is -00:00:00.0010000, or -1 millisecond.
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1