WaitForReadyLevel Enum

Definition

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

AllThreads -1

Wait on all threads.

Disabled 0

Waiting is disabled.

UIThreadOnly 1

Wait on the UI thread.

Applies to