WaitHandle.WaitTimeout Field

 

Indicates that a WaitAny operation timed out before any of the wait handles were signaled. This field is constant.

Namespace:   System.Threading
Assembly:  mscorlib (in mscorlib.dll)

static val mutable WaitTimeout : int

Field Value

Type: System.Int32

This field is one of the possible return values of WaitAny.

The following code example demonstrates how to use the thread pool to simultaneously search for a file on multiple disks. For space considerations, only the root directory of each disk is searched.

No code example is currently available or this language may not be supported.

Universal Windows Platform
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Return to top
Show: