Share via


WaitTimeout Field

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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)

Syntax

'Declaration
Public Const WaitTimeout As Integer
public const int WaitTimeout
public:
literal int WaitTimeout
static val mutable WaitTimeout: int
public const var WaitTimeout : int

Remarks

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

.NET Framework Security

See Also

Reference

WaitHandle Class

System.Threading Namespace