Workflow class

Web methods for managing Project Server workflows for demand management.

Inheritance hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Web.Services.Protocols.WebClientProtocol
        System.Web.Services.Protocols.HttpWebClientProtocol
          System.Web.Services.Protocols.SoapHttpClientProtocol
            WebSvcWorkflow.Workflow

Namespace:  WebSvcWorkflow
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

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

Remarks

For more information, see Workflow and Demand Management.

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

Workflow members

WebSvcWorkflow namespace