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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.