WorkflowTrackingRecord 類別

定義

警告

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
繼承
WorkflowTrackingRecord
屬性

備註

Note

此數據會討論已過時的類型和命名空間。 欲了解更多資訊,請參閱 Windows Workflow Foundation 4.5 中的 Deprecated Types。

當執行時追蹤基礎設施在 中匹配 ,WorkflowTrackPoint會透過與該追蹤服務相關的 向追蹤服務TrackingProfile發送 aWorkflowTrackingRecordTrackingChannel 追蹤服務可以對追蹤記錄中的資料執行必要的任何行動。

建構函式

名稱 Description
WorkflowTrackingRecord()
已淘汰.

初始化 WorkflowTrackingRecord 類別的新執行個體。

WorkflowTrackingRecord(TrackingWorkflowEvent, DateTime, Int32, EventArgs)
已淘汰.

透過使用指定的值、WorkflowTrackingRecord、數字和TrackingWorkflowEvent初始化類別的新實例DateTimeEventArgs

屬性

名稱 Description
Annotations
已淘汰.

取得與 WorkflowTrackPoint 匹配的註解集合。

EventArgs
已淘汰.

取得或設定包含 EventArgs 與特定工作流程狀態事件相關的額外資料。

EventDateTime
已淘汰.

取得或設定工作流程追蹤事件發生的日期與時間。

EventOrder
已淘汰.

取得或設定一個值,表示工作流程狀態事件 WorkflowTrackPoint中與 .

TrackingWorkflowEvent
已淘汰.

取得或設定與追蹤紀錄相關的工作流程狀態事件類型。

方法

名稱 Description
Equals(Object)
已淘汰.

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()
已淘汰.

做為預設哈希函式。

(繼承來源 Object)
GetType()
已淘汰.

取得目前實例的 Type

(繼承來源 Object)
MemberwiseClone()
已淘汰.

建立目前 Object的淺層複本。

(繼承來源 Object)
ToString()
已淘汰.

傳回表示目前 物件的字串。

(繼承來源 Object)

適用於