TrackingParameters 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
包含與 TrackingChannel 關聯之工作流程執行個體的相關資訊。 此類別無法獲得繼承。
public ref class TrackingParameters sealed
public sealed class TrackingParameters
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public sealed class TrackingParameters
type TrackingParameters = class
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type TrackingParameters = class
Public NotInheritable Class TrackingParameters
- 繼承
-
TrackingParameters
- 屬性
備註
注意
此資料討論已被汰換的類型及命名空間。 如需詳細資訊,請參閱 Windows Workflow Foundation 4.5 中即將淘汰的類型。
執行階段追蹤基礎結構在呼叫 TrackingParameters 上的 GetTrackingChannel 時傳入 TrackingService 物件。 您可以在您的追蹤服務中使用這些參數,將 TrackingChannel 上接收的追蹤資料與特定工作流程執行個體產生關聯。
建構函式
TrackingParameters(Guid, Type, Activity, IList<String>, Guid, Guid, Guid, Guid) |
初始化 TrackingParameters 類別的新執行個體。 |
屬性
CallerContextGuid |
取得呼叫者活動的內容識別碼。 |
CallerInstanceId |
取得工作流程執行個體的 Guid,此工作流程執行個體呼叫了與追蹤通道關聯的工作流程執行個體。 |
CallerParentContextGuid |
取得呼叫者父活動的內容識別碼。 |
CallPath |
取得字串清單,清單中的每個字串代表活動的 QualifiedName,該活動在與追蹤通道關聯之工作流程執行個體的呼叫鏈結中。 |
ContextGuid |
取得關聯活動的內容識別碼。 |
InstanceId |
取得與追蹤通道關聯之工作流程執行個體的 Guid。 |
RootActivity |
取得與追蹤通道關聯之工作流程執行個體的根活動。 |
WorkflowType |
取得與追蹤通道關聯之工作流程執行個體的 Type。 |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |