共用方式為


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 中) 成員是安全執行緒。不保證任何執行個體成員都是安全執行緒。

請參閱

參照

QueueSystem 成員

WebSvcQueueSystem 命名空間

其他資源

How to: Use the QueueSystem Service