PrintServer.SchedulerPriority Property
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.
Gets or sets the thread priority for the process that routes print jobs from applications to print queues.
public:
property System::Threading::ThreadPriority SchedulerPriority { System::Threading::ThreadPriority get(); void set(System::Threading::ThreadPriority value); };
public System.Threading.ThreadPriority SchedulerPriority { get; set; }
member this.SchedulerPriority : System.Threading.ThreadPriority with get, set
Public Property SchedulerPriority As ThreadPriority
Property Value
A ThreadPriority enumeration value that identifies the thread priority for the print server scheduling process. The default is Normal.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.