TrackingParameters Constructeur

Définition

Initialise une nouvelle instance de la classe TrackingParameters.

public:
 TrackingParameters(Guid instanceId, Type ^ workflowType, System::Workflow::ComponentModel::Activity ^ rootActivity, System::Collections::Generic::IList<System::String ^> ^ callPath, Guid callerInstanceId, Guid contextGuid, Guid callerContextGuid, Guid callerParentContextGuid);
public TrackingParameters(Guid instanceId, Type workflowType, System.Workflow.ComponentModel.Activity rootActivity, System.Collections.Generic.IList<string> callPath, Guid callerInstanceId, Guid contextGuid, Guid callerContextGuid, Guid callerParentContextGuid);
new System.Workflow.Runtime.Tracking.TrackingParameters : Guid * Type * System.Workflow.ComponentModel.Activity * System.Collections.Generic.IList<string> * Guid * Guid * Guid * Guid -> System.Workflow.Runtime.Tracking.TrackingParameters
Public Sub New (instanceId As Guid, workflowType As Type, rootActivity As Activity, callPath As IList(Of String), callerInstanceId As Guid, contextGuid As Guid, callerContextGuid As Guid, callerParentContextGuid As Guid)

Paramètres

instanceId
Guid

Instance Guid de workflow associée au canal de suivi.

workflowType
Type

Instance Type de workflow associée au canal de suivi.

rootActivity
Activity

Racine Activity de l’instance de workflow associée au canal de suivi.

callPath
IList<String>

Liste de chaînes, chacune représentant l’activité QualifiedName dans la chaîne d’appels de l’instance de workflow associée au canal de suivi. Actuellement, seule l’activité QualifiedName qui a appelé l’instance de workflow est incluse dans la liste.

callerInstanceId
Guid

Flux Guid de travail qui a appelé l’instance de flux de travail associée au canal de suivi.

contextGuid
Guid

Nombre qui identifie l’activité ActivityExecutionContext racine de l’instance de workflow associée au canal de suivi.

callerContextGuid
Guid

Nombre qui identifie l’activité ActivityExecutionContext qui a appelé l’instance de workflow associée au canal de suivi.

callerParentContextGuid
Guid

Nombre qui identifie le parent ActivityExecutionContext de l’activité qui a appelé l’instance de workflow associée au canal de suivi.

Remarques

Le constructeur est appelé par l’infrastructure de suivi du runtime.

S’applique à