Sdílet prostřednictvím


WorkflowTrackingLocation Konstruktory

Definice

Inicializuje novou instanci WorkflowTrackingLocation třídy.

Přetížení

WorkflowTrackingLocation()

Inicializuje novou instanci WorkflowTrackingLocation třídy.

WorkflowTrackingLocation(IList<TrackingWorkflowEvent>)

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

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 bylo možné spárovat. Je nutné přidat TrackingWorkflowEvent hodnoty pro Events , aby WorkflowTrackingLocation odpovídaly událostem stavu pracovního postupu.

Platí pro

WorkflowTrackingLocation(IList<TrackingWorkflowEvent>)

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

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>

IList pro sledování událostí pracovního postupu, které se mají spárovat

Platí pro