TrackingParameters コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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)
パラメーター
文字列のリスト。各文字列は、追跡チャネルに関連付けられているワークフロー インスタンスの呼び出しチェーンのアクティビティの QualifiedName を表します。 現在は、ワークフロー インスタンスを呼び出したアクティビティの QualifiedName のみリストに含まれます。
- contextGuid
- Guid
追跡チャネルに関連付けられたワークフロー インスタンスのルート アクティビティの ActivityExecutionContext を識別する数値。
- callerContextGuid
- Guid
追跡チャネルに関連付けられたワークフロー インスタンスを呼び出したアクティビティの ActivityExecutionContext を識別する数値。
- callerParentContextGuid
- Guid
追跡チャネルに関連付けられたワークフロー インスタンスを呼び出したアクティビティの親 ActivityExecutionContext を識別する数値。
注釈
コンストラクターは、ランタイム追跡インフラストラクチャによって呼び出されます。