WorkflowRuntimeSection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
表示配置文件中的一个节,用于定义工作流运行时引擎的设置。
public ref class WorkflowRuntimeSection : System::Configuration::ConfigurationSection
public class WorkflowRuntimeSection : System.Configuration.ConfigurationSection
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public class WorkflowRuntimeSection : System.Configuration.ConfigurationSection
type WorkflowRuntimeSection = class
inherit ConfigurationSection
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type WorkflowRuntimeSection = class
inherit ConfigurationSection
Public Class WorkflowRuntimeSection
Inherits ConfigurationSection
- 继承
- 属性
注解
注释
此材料讨论已过时的类型和命名空间。 有关详细信息,请参阅 Windows Workflow Foundation 4.50 中的
WorkflowRuntimeSection 包含由 <section> 配置文件中的类型 WorkflowRuntimeSection 指定的设置。 在工作流 WorkflowRuntimeSection 运行时引擎中指定的设置用于初始化工作流运行时引擎。 应用程序可以调用 WorkflowRuntime.WorkflowRuntime(String) 构造函数,从配置文件的相应命名部分初始化工作流运行时引擎。
如果应用程序不使用配置文件,但仍希望从 WorkflowRuntimeSection 可以在应用程序中配置 WorkflowRuntimeSection 工作流运行时引擎并调用 WorkflowRuntime.WorkflowRuntime(WorkflowRuntimeSection) 构造函数来初始化工作流运行时引擎。 例如,应用程序可能会将配置参数存储在数据库中,或者在不使用配置文件的受信任环境中运行
构造函数
| 名称 | 说明 |
|---|---|
| WorkflowRuntimeSection() |
已过时.
初始化 WorkflowRuntimeSection 类的新实例。 |