PrintServer.PortThreadPriority 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 manages I/O through the printer ports.
public:
property System::Threading::ThreadPriority PortThreadPriority { System::Threading::ThreadPriority get(); void set(System::Threading::ThreadPriority value); };
public System.Threading.ThreadPriority PortThreadPriority { get; set; }
member this.PortThreadPriority : System.Threading.ThreadPriority with get, set
Public Property PortThreadPriority As ThreadPriority
Property Value
A ThreadPriority enumeration value that identifies the thread priority for the process that manages the printer ports. The default is Normal.
Remarks
The port thread for the server reads the spool file, processes the data, and sends the data to a port monitor, which then sends the data to the printer.