WorkflowTrackingLocation Construtores

Definição

Inicializa uma nova instância da WorkflowTrackingLocation classe.

Sobrecargas

Name Description
WorkflowTrackingLocation()

Inicializa uma nova instância da WorkflowTrackingLocation classe.

WorkflowTrackingLocation(IList<TrackingWorkflowEvent>)

Inicializa uma nova instância da WorkflowTrackingLocation classe que corresponde aos eventos de fluxo de trabalho de acompanhamento especificados.

WorkflowTrackingLocation()

Inicializa uma nova instância da WorkflowTrackingLocation classe.

public:
 WorkflowTrackingLocation();
public WorkflowTrackingLocation();
Public Sub New ()

Observações

Não são especificados eventos de estado do fluxo de trabalho para corresponder. Deve adicionar TrackingWorkflowEvent valores para Events que correspondam WorkflowTrackingLocation a quaisquer eventos de estado do fluxo de trabalho.

Aplica-se a

WorkflowTrackingLocation(IList<TrackingWorkflowEvent>)

Inicializa uma nova instância da WorkflowTrackingLocation classe que corresponde aos eventos de fluxo de trabalho de acompanhamento especificados.

public:
 WorkflowTrackingLocation(System::Collections::Generic::IList<System::Workflow::Runtime::Tracking::TrackingWorkflowEvent> ^ events);
public WorkflowTrackingLocation(System.Collections.Generic.IList<System.Workflow.Runtime.Tracking.TrackingWorkflowEvent> events);
new System.Workflow.Runtime.Tracking.WorkflowTrackingLocation : System.Collections.Generic.IList<System.Workflow.Runtime.Tracking.TrackingWorkflowEvent> -> System.Workflow.Runtime.Tracking.WorkflowTrackingLocation
Public Sub New (events As IList(Of TrackingWorkflowEvent))

Parâmetros

events
IList<TrackingWorkflowEvent>

IList para acompanhar eventos de workflow a serem correspondidos.

Aplica-se a