次の方法で共有


TrackingParameters コンストラクター

定義

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)

パラメーター

instanceId
Guid

追跡チャネルに関連付けられているワークフロー インスタンスの Guid

workflowType
Type

追跡チャネルに関連付けられているワークフロー インスタンスの Type

rootActivity
Activity

追跡チャネルに関連付けられたワークフロー インスタンスのルート Activity

callPath
IList<String>

文字列のリスト。各文字列は、追跡チャネルに関連付けられているワークフロー インスタンスの呼び出しチェーンのアクティビティの QualifiedName を表します。 現在は、ワークフロー インスタンスを呼び出したアクティビティの QualifiedName のみリストに含まれます。

callerInstanceId
Guid

追跡チャネルに関連付けられたワークフロー インスタンスを呼び出したワークフローの Guid

contextGuid
Guid

追跡チャネルに関連付けられたワークフロー インスタンスのルート アクティビティの ActivityExecutionContext を識別する数値。

callerContextGuid
Guid

追跡チャネルに関連付けられたワークフロー インスタンスを呼び出したアクティビティの ActivityExecutionContext を識別する数値。

callerParentContextGuid
Guid

追跡チャネルに関連付けられたワークフロー インスタンスを呼び出したアクティビティの親 ActivityExecutionContext を識別する数値。

注釈

コンストラクターは、ランタイム追跡インフラストラクチャによって呼び出されます。

適用対象