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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.