次の方法で共有


WorkflowTrackingRecord.TrackingWorkflowEvent プロパティ

定義

追跡レコードに関連したワークフロー ステータス イベントの種類を取得または設定します。

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

プロパティ値

TrackingWorkflowEvent

TrackingWorkflowEvent 値のいずれか 1 つ。

注釈

TrackingWorkflowEvent にはいずれかの TrackingWorkflowEvent 値が格納されます。この値は、ランタイム追跡インフラストラクチャによって照合され、WorkflowTrackingRecord 送出の原因となったワークフロー ステータス イベントの種類を示します。 ワークフロー インスタンスの現在のステータスを表します。 ワークフロー インスタンスは、ワークフロー インスタンスのステータスが変化した場合にのみワークフロー ステータス イベントを送出します。したがって、ワークフロー ステータスが変化したときにのみ、WorkflowTrackPoint が照合されます。

このプロパティは、ランタイム追跡インフラストラクチャによって設定されます。

適用対象