Share via


WaitHandle.WaitTimeout Field

Indicates that a WaitAny operation timed out before any of the wait handles were signaled. It contains one of the possible return values of WaitAny.

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

Syntax

public const int WaitTimeout

Version Information

Available in .NET Micro Framework version 3.0 and above.

See Also

Reference

WaitHandle Class
WaitHandle Members
System.Threading Namespace