WorkflowTrackPoint 類別

定義

警告

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

定義與一組工作流程狀態事件相關的點,這些事件會在根工作流程實例的潛在執行路徑中被追蹤。

public ref class WorkflowTrackPoint sealed
public sealed class WorkflowTrackPoint
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public sealed class WorkflowTrackPoint
type WorkflowTrackPoint = class
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type WorkflowTrackPoint = class
Public NotInheritable Class WorkflowTrackPoint
繼承
WorkflowTrackPoint
屬性

備註

Note

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

每當工作流程實例的狀態變更時,該實例會根據其中一個 TrackingWorkflowEvent 值向執行時追蹤基礎架構發出一個工作流狀態事件。 A WorkflowTrackPoint 定義對工作流程實例執行中所有特定類型工作流程狀態事件發生的點的興趣。 你可以新增一個 WorkflowTrackPoint to TrackingProfile.WorkflowTrackPoints ,指示執行時追蹤基礎設施在特定一組工作流程狀態事件發生時,將 a WorkflowTrackingRecord 傳送給追蹤服務。 A WorkflowTrackPoint 可以在工作流程實例的多個點被匹配。

設定MatchingLocation適當配置WorkflowTrackingLocation,以指定執行時追蹤基礎設施所使用的工作流程狀態事件類型,以匹配。WorkflowTrackPoint 你可以新增 , Annotations 指定與軌道點相關的額外資訊,當執行時追蹤基礎設施應該傳送這些資訊。

此類別無法獲得繼承。

建構函式

名稱 Description
WorkflowTrackPoint()
已淘汰.

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

屬性

名稱 Description
Annotations
已淘汰.

取得與軌道點相關的註解集合。

MatchingLocation
已淘汰.

取得或設定 WorkflowTrackingLocation ,指定應由執行時追蹤基礎設施匹配的工作流程狀態事件。

方法

名稱 Description
Equals(Object)
已淘汰.

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

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

做為預設哈希函式。

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

取得目前實例的 Type

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

建立目前 Object的淺層複本。

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

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

(繼承來源 Object)

適用於