WorkflowTrackingLocation Konstruktory

Definice

Inicializuje novou instanci WorkflowTrackingLocation třídy.

Přetížení

Name Description
WorkflowTrackingLocation()

Inicializuje novou instanci WorkflowTrackingLocation třídy.

WorkflowTrackingLocation(IList<TrackingWorkflowEvent>)

Inicializuje novou instanci WorkflowTrackingLocation třídy, která odpovídá zadaným událostem pracovního postupu sledování.

WorkflowTrackingLocation()

Inicializuje novou instanci WorkflowTrackingLocation třídy.

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

Poznámky

Nejsou zadány žádné události stavu pracovního postupu, které by se shodovaly. Je nutné přidat TrackingWorkflowEvent hodnoty, Events aby WorkflowTrackingLocation odpovídaly všem událostem stavu pracovního postupu.

Platí pro

WorkflowTrackingLocation(IList<TrackingWorkflowEvent>)

Inicializuje novou instanci WorkflowTrackingLocation třídy, která odpovídá zadaným událostem pracovního postupu sledování.

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))

Parametry

events
IList<TrackingWorkflowEvent>

Seznam IList sledování událostí pracovního postupu, které se mají shodovat.

Platí pro