WorkflowTrackPoint.MatchingLocation Proprietà

Definizione

Ottiene o imposta l'elemento WorkflowTrackingLocation che specifica gli eventi dello stato del flusso di lavoro che l'infrastruttura di rilevamento di runtime deve associare per il track point.

public:
 property System::Workflow::Runtime::Tracking::WorkflowTrackingLocation ^ MatchingLocation { System::Workflow::Runtime::Tracking::WorkflowTrackingLocation ^ get(); void set(System::Workflow::Runtime::Tracking::WorkflowTrackingLocation ^ value); };
public System.Workflow.Runtime.Tracking.WorkflowTrackingLocation MatchingLocation { get; set; }
member this.MatchingLocation : System.Workflow.Runtime.Tracking.WorkflowTrackingLocation with get, set
Public Property MatchingLocation As WorkflowTrackingLocation

Valore della proprietà

WorkflowTrackingLocation

Oggetto WorkflowTrackingLocation che specifica gli eventi dello stato del flusso di lavoro che l'infrastruttura di rilevamento di runtime deve associare per il track point.

Commenti

È necessario impostare una proprietà MatchingLocation per il track point. La proprietà MatchingLocation specifica uno o più elementi TrackingWorkflowEvent utilizzati dall'infrastruttura di rilevamento di runtime per associare il track point.

Si applica a