WorkflowQueueInfo 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
包含 WorkflowQueue的相關信息。
public ref class WorkflowQueueInfo
public class WorkflowQueueInfo
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public class WorkflowQueueInfo
type WorkflowQueueInfo = class
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type WorkflowQueueInfo = class
Public Class WorkflowQueueInfo
- 繼承
-
WorkflowQueueInfo
- 屬性
備註
Note
此數據會討論已過時的類型和命名空間。 欲了解更多資訊,請參閱 Windows Workflow Foundation 4.5 中的
WorkflowQueueInfo 包含關於 的 WorkflowQueue狀態資訊。 你可以呼叫 WorkflowInstance.GetWorkflowQueueData 取得一組 WorkflowQueueInfo 物件,代表與工作流程實例相關的工作流程佇列狀態。
屬性
| 名稱 | Description |
|---|---|
| Items |
已淘汰.
會取得工作流程佇列中未被消耗的項目集合。 |
| QueueName |
已淘汰.
會獲得與此WorkflowQueue事相關的名稱WorkflowQueueInfo。 |
| SubscribedActivityNames |
已淘汰.
會獲得一個包含每個活動所訂閱 WorkflowQueue的合格名稱的集合。 |
方法
| 名稱 | Description |
|---|---|
| Equals(Object) |
已淘汰.
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
| GetHashCode() |
已淘汰.
做為預設哈希函式。 (繼承來源 Object) |
| GetType() |
已淘汰.
取得目前實例的 Type。 (繼承來源 Object) |
| MemberwiseClone() |
已淘汰.
建立目前 Object的淺層複本。 (繼承來源 Object) |
| ToString() |
已淘汰.
傳回表示目前 物件的字串。 (繼承來源 Object) |