ThreadPriority ENUM

The priority of this thread. This setting is heavily dependent on the underlying implementation and thus is mostly used as a hint rather than directive.

All Members


TypeNameValue
constantLOW0
constantNORMAL1
constantHIGH2

Constants


public const ThreadPriority LOW = 0

The thread has lower priority.

public const ThreadPriority NORMAL = 1

The thread has normal priority. This is the default setting for a thread.

public const ThreadPriority HIGH = 2

The thread has high priority.