WorkflowTrackPoint.MatchingLocation Propiedad

Definición

Obtiene o establece el WorkflowTrackingLocation objeto que especifica los eventos de estado de flujo de trabajo que debe coincidir la infraestructura de seguimiento en tiempo de ejecución para el punto de seguimiento.

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

Valor de propiedad

que WorkflowTrackingLocation especificó los eventos de estado del flujo de trabajo que debe coincidir la infraestructura de seguimiento en tiempo de ejecución para el punto de seguimiento.

Comentarios

Debe establecer un MatchingLocation para el punto de seguimiento. MatchingLocation especifica uno o varios TrackingWorkflowEvent valores que usa la infraestructura de seguimiento en tiempo de ejecución para que coincidan con el punto de seguimiento.

Se aplica a