ActivityTrackingRecord 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
包含執行時追蹤基礎設施 ActivityTrackPoint 在匹配時傳送給追蹤服務的資料。 它也會被用於該物業的報稅清單 ActivityEvents 中。
public ref class ActivityTrackingRecord : System::Workflow::Runtime::Tracking::TrackingRecord
public class ActivityTrackingRecord : System.Workflow.Runtime.Tracking.TrackingRecord
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public class ActivityTrackingRecord : System.Workflow.Runtime.Tracking.TrackingRecord
type ActivityTrackingRecord = class
inherit TrackingRecord
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type ActivityTrackingRecord = class
inherit TrackingRecord
Public Class ActivityTrackingRecord
Inherits TrackingRecord
- 繼承
- 屬性
備註
Note
此數據會討論已過時的類型和命名空間。 欲了解更多資訊,請參閱 Windows Workflow Foundation 4.5 中的
當執行時追蹤基礎設施與 匹配 ActivityTrackPointTrackingProfile時,會透過該追蹤服務所關聯的 向追蹤服務ActivityTrackingRecord發送 。TrackingChannel 追蹤服務可以對追蹤記錄中的資料執行所需的任何動作。
建構函式
| 名稱 | Description |
|---|---|
| ActivityTrackingRecord() |
已淘汰.
初始化 ActivityTrackingRecord 類別的新執行個體。 |
| ActivityTrackingRecord(Type, String, Guid, Guid, ActivityExecutionStatus, DateTime, Int32, EventArgs) |
已淘汰.
使用指定的參數初始化該類別的新 ActivityTrackingRecord 實例。 |
屬性
| 名稱 | Description |
|---|---|
| ActivityType |
已淘汰.
取得或設定與此 ActivityTrackingRecord相關活動的共通語言執行時(CLR)型別。 |
| Annotations |
已淘汰.
取得與 ActivityTrackPoint 匹配的註解集合。 |
| Body |
已淘汰.
會得到一個清單,包含從工作流程 ActivityTrackPoint 中提取出的所有資料,該資料被匹配出來。 |
| ContextGuid |
已淘汰.
活動背景。 |
| EventArgs |
已淘汰.
總是 |
| EventDateTime |
已淘汰.
取得或設定活動狀態事件發生的日期與時間。 |
| EventOrder |
已淘汰.
會取得或設定一個值,表示活動狀態事件 ActivityTrackPoint工作流程中與 . |
| ExecutionStatus |
已淘汰.
取得或設定與此 ActivityTrackingRecord相關活動的執行狀態。 |
| ParentContextGuid |
已淘汰.
家長活動的背景。 |
| QualifiedName |
已淘汰.
取得或設定與此 ActivityTrackingRecord相關的活動識別碼。 |
方法
| 名稱 | Description |
|---|---|
| Equals(Object) |
已淘汰.
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
| GetHashCode() |
已淘汰.
做為預設哈希函式。 (繼承來源 Object) |
| GetType() |
已淘汰.
取得目前實例的 Type。 (繼承來源 Object) |
| MemberwiseClone() |
已淘汰.
建立目前 Object的淺層複本。 (繼承來源 Object) |
| ToString() |
已淘汰.
傳回表示目前 物件的字串。 (繼承來源 Object) |