TrackingWorkflowSuspendedEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
包含有關某工作流程實例被暫停的原因資訊。
public ref class TrackingWorkflowSuspendedEventArgs : EventArgs
[System.Serializable]
public class TrackingWorkflowSuspendedEventArgs : EventArgs
[System.Serializable]
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public class TrackingWorkflowSuspendedEventArgs : EventArgs
[<System.Serializable>]
type TrackingWorkflowSuspendedEventArgs = class
inherit EventArgs
[<System.Serializable>]
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type TrackingWorkflowSuspendedEventArgs = class
inherit EventArgs
Public Class TrackingWorkflowSuspendedEventArgs
Inherits EventArgs
- 繼承
- 屬性
備註
Note
此數據會討論已過時的類型和命名空間。 欲了解更多資訊,請參閱 Windows Workflow Foundation 4.5 中的
當工作流實例暫停時,執行時追蹤基礎設施會產生 A TrackingWorkflowSuspendedEventArgs 值。 如果 TrackingProfile 與工作流程實例相關的 包含 WorkflowTrackPoint 配置 TrackingWorkflowEvent,則工作流程追蹤基礎設施會在 TrackingWorkflowSuspendedEventArgsEventArgsWorkflowTrackingRecord 中放入 ,並傳送給追蹤服務。
Note
TrackingWorkflowSuspendedEventArgs僅由執行時追蹤服務用來傳遞資訊。WorkflowTrackingRecord 事件資料WorkflowRuntime.WorkflowSuspended以 .WorkflowSuspendedEventArgs
屬性
| 名稱 | Description |
|---|---|
| Error |
已淘汰.
包含有關某工作流程實例被暫停的原因資訊。 這可能來自 Suspend(String) (字串錯誤)或 Error 你在活動上 SuspendActivity 設定的屬性。 |
方法
| 名稱 | Description |
|---|---|
| Equals(Object) |
已淘汰.
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
| GetHashCode() |
已淘汰.
做為預設哈希函式。 (繼承來源 Object) |
| GetType() |
已淘汰.
取得目前實例的 Type。 (繼承來源 Object) |
| MemberwiseClone() |
已淘汰.
建立目前 Object的淺層複本。 (繼承來源 Object) |
| ToString() |
已淘汰.
傳回表示目前 物件的字串。 (繼承來源 Object) |