WorkflowRuntimeServiceElement 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
表示要加入至工作流程執行階段引擎之服務的組態項目。
public ref class WorkflowRuntimeServiceElement : System::Configuration::ConfigurationElement
public class WorkflowRuntimeServiceElement : System.Configuration.ConfigurationElement
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public class WorkflowRuntimeServiceElement : System.Configuration.ConfigurationElement
type WorkflowRuntimeServiceElement = class
inherit ConfigurationElement
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type WorkflowRuntimeServiceElement = class
inherit ConfigurationElement
Public Class WorkflowRuntimeServiceElement
Inherits ConfigurationElement
- 繼承
- 屬性
備註
注意
此資料討論已被汰換的類型及命名空間。 如需詳細資訊,請參閱 Windows Workflow Foundation 4.5 中即將淘汰的類型。
WorkflowRuntimeServiceElement 會指定應由工作流程執行階段引擎加以初始化和啟動的 Host 服務, 它會對應至設定檔中的元素所指定的主機服務 <Services>
。 由於 WorkflowRuntimeServiceElement 中指定的服務將由工作流程執行階段引擎初始化,因此它至少必須有一個符合下列簽章的建構函式 (Constructor) (工作流程執行階段引擎將會嘗試依序比對這些簽章):
Service(WorkflowRuntime runtime, NameValueCollection parameters)
Service(WorkflowRuntime runtime)
Service(NameValueCollection parameters)
Service()
建構函式
WorkflowRuntimeServiceElement() |
初始化 WorkflowRuntimeServiceElement 類別的新執行個體。 |