QueueSystem 类

包含用于查询和管理 in 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

线程安全性

该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。

另请参阅

引用

QueueSystem 成员

WebSvcQueueSystem 命名空间

其他资源

How to: Use the QueueSystem Service