QueueSystem Class

Includes methods for querying and managing the Queueing Service in Project Server.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Web.Services.Protocols.WebClientProtocol
        System.Web.Services.Protocols.HttpWebClientProtocol
          System.Web.Services.Protocols.SoapHttpClientProtocol
            [QueueSystem Web service].QueueSystem

Namespace:  [QueueSystem Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/QueueSystem.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/QueueSystem.asmx?wsdl

Syntax

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

QueueSystem Members

QueueSystem Web Service

Other Resources

How to: Use the QueueSystem Service