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
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.