Compartilhar via


Workflow classe

Métodos de Web para gerenciar fluxos de trabalho do Project Server para gerenciamento de demanda.

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 (em ProjectServerServices.dll)

Sintaxe

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

Comentários

For more information, see Workflow and Demand Management.

Segurança de thread

Os membros públicos estática (Shared no Visual Basic) desse tipo são seguros para thread. Nenhum membro de instância pode ser garantido como seguro para thread.

Ver também

Referência

Workflow membros

WebSvcWorkflow namespace