WorkflowInstance Construtores

Definição

Inicializa uma nova instância da classe WorkflowInstance.Initializes a new instance of the WorkflowInstance class.

Sobrecargas

WorkflowInstance(Activity)

Inicializa uma nova instância da classe WorkflowInstance com a definição do fluxo de trabalho especificada.Initializes a new instance of the WorkflowInstance class with the specified workflow definition.

WorkflowInstance(Activity, WorkflowIdentity)

Inicializa uma nova instância da classe WorkflowInstance com a definição do fluxo de trabalho e a identidade da definição especificadas.Initializes a new instance of the WorkflowInstance class with the specified workflow definition and definition identity.

WorkflowInstance(Activity)

Inicializa uma nova instância da classe WorkflowInstance com a definição do fluxo de trabalho especificada.Initializes a new instance of the WorkflowInstance class with the specified workflow definition.

protected:
 WorkflowInstance(System::Activities::Activity ^ workflowDefinition);
protected WorkflowInstance (System.Activities.Activity workflowDefinition);
new System.Activities.Hosting.WorkflowInstance : System.Activities.Activity -> System.Activities.Hosting.WorkflowInstance
Protected Sub New (workflowDefinition As Activity)

Parâmetros

workflowDefinition
Activity

A atividade que define o fluxo de trabalho.The activity that defines the workflow.

Aplica-se a

WorkflowInstance(Activity, WorkflowIdentity)

Inicializa uma nova instância da classe WorkflowInstance com a definição do fluxo de trabalho e a identidade da definição especificadas.Initializes a new instance of the WorkflowInstance class with the specified workflow definition and definition identity.

protected:
 WorkflowInstance(System::Activities::Activity ^ workflowDefinition, System::Activities::WorkflowIdentity ^ definitionIdentity);
protected WorkflowInstance (System.Activities.Activity workflowDefinition, System.Activities.WorkflowIdentity definitionIdentity);
new System.Activities.Hosting.WorkflowInstance : System.Activities.Activity * System.Activities.WorkflowIdentity -> System.Activities.Hosting.WorkflowInstance
Protected Sub New (workflowDefinition As Activity, definitionIdentity As WorkflowIdentity)

Parâmetros

workflowDefinition
Activity

A atividade que define o fluxo de trabalho.The activity that defines the workflow.

definitionIdentity
WorkflowIdentity

A identidade da definição.The definition identity.

Aplica-se a