WorkflowTrackingRecord 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
包含執行階段追蹤基礎結構在符合 WorkflowTrackPoint 時傳送至追蹤服務的資料。 這也使用於 WorkflowEvents 屬性的傳回清單中。
public ref class WorkflowTrackingRecord : System::Workflow::Runtime::Tracking::TrackingRecord
public class WorkflowTrackingRecord : System.Workflow.Runtime.Tracking.TrackingRecord
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public class WorkflowTrackingRecord : System.Workflow.Runtime.Tracking.TrackingRecord
type WorkflowTrackingRecord = class
inherit TrackingRecord
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type WorkflowTrackingRecord = class
inherit TrackingRecord
Public Class WorkflowTrackingRecord
Inherits TrackingRecord
- 繼承
- 屬性
備註
注意
此資料討論已被汰換的類型及命名空間。 如需詳細資訊,請參閱 Windows Workflow Foundation 4.5 中即將淘汰的類型。
當執行階段追蹤基礎結構符合 WorkflowTrackPoint 中的 TrackingProfile 時,它會透過與追蹤服務關聯的 WorkflowTrackingRecord 將 TrackingChannel 傳送至該追蹤服務。 追蹤服務可以在追蹤記錄中的資料上執行所需的任何動作。
建構函式
WorkflowTrackingRecord() |
初始化 WorkflowTrackingRecord 類別的新執行個體。 |
WorkflowTrackingRecord(TrackingWorkflowEvent, DateTime, Int32, EventArgs) |
使用指定的 WorkflowTrackingRecord 值、TrackingWorkflowEvent、數字和 DateTime 來初始化 EventArgs 類別的新執行個體。 |
屬性
Annotations |
取得與符合的 WorkflowTrackPoint 關聯的附註集合。 |
EventArgs |
取得或設定 EventArgs,其中包含與特定類型工作流程狀態事件關聯的其他資料。 |
EventDateTime |
取得或設定工作流程追蹤事件發生的日期和時間。 |
EventOrder |
取得或設定值,該值表示符合 WorkflowTrackPoint 的工作流程狀態事件在工作流程執行個體中的順序。 |
TrackingWorkflowEvent |
取得或設定與追蹤記錄關聯之工作流程狀態事件的類型。 |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |