WebSvcQueueSystem 名前空間

The QueueSystem class is the primary class in the WebSvcQueueSystem namespace. The QueueSystem class includes methods that manage jobs submitted to the Project Server Queuing Service.

注意

In the ASMX web service, QueueSystem is a class. In the WCF service, QueueSystem is an interface that is implemented in the QueueSystemClient class. For information about using the QueueSystemClient class in a WCF-based application, see the QueueSystem class constructor.

The WebSvcQueueSystem namespace is an arbitrary name for a reference to the QueueSystem.asmx web service (or the QueueSystem.svc service) of the Project Server Interface (PSI). Methods in the QueueSystem class can get job count, job and job group wait time, and status of all jobs, specified jobs, and jobs owned by the caller, or jobs for specified projects. Methods can cancel or retry a queue job, manage job correlation, and configure the queue.

QueueSystem methods typically use or return a QueueStatusDataSet or QueueStatusRequestDataSet object.

クラス

  クラス 説明
パブリック クラス QueueStatusDataSet キューの状態の要求の結果が含まれています。
パブリック クラス QueueStatusDataSet.StatusDataTable QueueStatusDataSet.StatusRow の特定のオブジェクトのキュー ジョブ ステータスの値が含まれています。
パブリック クラス QueueStatusDataSet.StatusRow QueueStatusDataSetオブジェクト内の 1 つのキュー ジョブの状態を表します。
パブリック クラス QueueStatusDataSet.StatusRowChangeEvent StatusRow内のデータが変更されたときに発生するイベントです。
パブリック クラス QueueStatusRequestDataSet ReadJobStatus メソッドでは、 DataSet 、 qsrDSパラメーターを指定します。
パブリック クラス QueueStatusRequestDataSet.StatusRequestDataTable QueueStatusRequestDataSet.StatusRequestRow の特定のオブジェクトのステータス要求値が含まれています。
パブリック クラス QueueStatusRequestDataSet.StatusRequestRow 特定の状態要求を表す、 QueueStatusRequestDataSetオブジェクト。
パブリック クラス QueueStatusRequestDataSet.StatusRequestRowChangeEvent StatusRequestRow内のデータが変更されたときに発生するイベントです。
パブリック クラス QueueSystem クエリを実行し、Project server キュー サービスを管理するためのメソッドが含まれます。

デリゲート

  デリゲート 説明
パブリック デリゲート QueueStatusDataSet.StatusRowChangeEventHandler 指定したデータを編集したときのイベント ハンドラーの設定を説明します。
パブリック デリゲート QueueStatusRequestDataSet.StatusRequestRowChangeEventHandler 指定したデータを編集したときのイベント ハンドラーの設定を説明します。

列挙体

  列挙体 説明
パブリック列挙体 JobState キュー ジョブの状態を指定します。
パブリック列挙体 QueueID キュー ID の種類を指定します。
パブリック列挙体 QueueMsgType システム メッセージのキューの種類を指定します。
パブリック列挙体 SortColumn WebSvcQueueSystem.QueueStatusDataSet.StatusDataTable オブジェクトの並べ替えに使用する列を指定します。
パブリック列挙体 SortOrder キュー アイテムの並べ替え方法を指定します。