WaitForReadyLevel Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This enumeration is used to specify how calls to the WaitForReady() method are executed.
public enum class WaitForReadyLevel
public enum WaitForReadyLevel
type WaitForReadyLevel =
Public Enum WaitForReadyLevel
- Inheritance
-
WaitForReadyLevel
Fields
Name | Value | Description |
---|---|---|
AllThreads | -1 | Wait on all threads. |
Disabled | 0 | Waiting is disabled. |
UIThreadOnly | 1 | Wait on the UI thread. |