QueueSystem クラス

クエリを実行し、Project server キュー サービスを管理するためのメソッドが含まれます。

継承階層

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Web.Services.Protocols.WebClientProtocol
        System.Web.Services.Protocols.HttpWebClientProtocol
          System.Web.Services.Protocols.SoapHttpClientProtocol
            WebSvcQueueSystem.QueueSystem

名前空間:  WebSvcQueueSystem
アセンブリ:  ProjectServerServices (ProjectServerServices.dll 内)

構文

'宣言
<WebServiceBindingAttribute(Name := "QueueSystemSoap", Namespace := "https://schemas.microsoft.com/office/project/server/webservices/QueueSystem/")> _
Public Class QueueSystem _
    Inherits SoapHttpClientProtocol
'使用
Dim instance As QueueSystem
[WebServiceBindingAttribute(Name = "QueueSystemSoap", Namespace = "https://schemas.microsoft.com/office/project/server/webservices/QueueSystem/")]
public class QueueSystem : SoapHttpClientProtocol

スレッド セーフ

この型のパブリック static (Visual Basic のShared ) メンバーはいずれもスレッド セーフです。インスタンス メンバーはスレッド セーフになるという保証はありません。

関連項目

参照先

QueueSystem メンバー

WebSvcQueueSystem 名前空間

その他の技術情報

How to: Use the QueueSystem Service