Name

ThreadPriority

Synopsis

This enumeration encapsulates the various thread priorities. Threads are scheduled to be executed based on their priority; they default to Normal priority. The runtime can also update thread priorities if a program window is moved between the foreground and background. This is done automatically when you create windowed applications.

Public Enum ThreadPriority
                  Lowest = 0
                  BelowNormal = 1
                  Normal = 2
                  AboveNormal = 3
                  Highest = 4
End Enum

Hierarchy

System.ObjectSystem.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) ThreadPriority

Returned By

Thread.Priority

Passed To

Thread.Priority

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.