PrintServer.SchedulerPriority プロパティ

定義

アプリケーションから印刷キューに印刷ジョブをルーティングするプロセスのスレッド優先度を取得または設定します。

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

プロパティ値

プリント サーバーのスケジューリング プロセスのスレッド優先度を識別する ThreadPriority 列挙値。 既定値は Normal です。

適用対象