PrintServer.SchedulerPriority Property

Definition

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