WorkflowTrackingLocation 類別

定義

警告

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

定義對根工作流程實例中特定工作流程狀態事件的興趣;用於追蹤檔案中的配 WorkflowTrackPoint 對。 此類別無法獲得繼承。

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

備註

Note

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

每當工作流程實例的狀態變更時,該實例會根據其中一個 TrackingWorkflowEvent 值向執行時追蹤基礎架構發出一個工作流狀態事件。 A WorkflowTrackingLocation 對工作流程實例中特定類型工作流程狀態事件發生的位置表示興趣。 新增 TrackingWorkflowEvent 數值 Events 以指定要匹配的工作流程狀態事件。 單一 WorkflowTrackingLocation 單位可能指的是工作流程實例潛在執行路徑中的多個實際位置。 你可以在 中加入 ,WorkflowTrackingLocationWorkflowTrackPoint.MatchingLocation以定義 的匹配參數。WorkflowTrackPoint

建構函式

名稱 Description
WorkflowTrackingLocation()
已淘汰.

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

WorkflowTrackingLocation(IList<TrackingWorkflowEvent>)
已淘汰.

初始化一個與指定追蹤工作流程事件相符的新類別實例 WorkflowTrackingLocation

屬性

名稱 Description
Events
已淘汰.

取得將與此地點匹配的工作流程狀態事件清單。

方法

名稱 Description
Equals(Object)
已淘汰.

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

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

做為預設哈希函式。

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

取得目前實例的 Type

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

建立目前 Object的淺層複本。

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

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

(繼承來源 Object)

適用於