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.5 中弃用的类型。
WorkflowRuntimeSection 包含在配置文件中由 <section>
类型 WorkflowRuntimeSection 为 的 指定的设置。 在 WorkflowRuntimeSection 中指定的配置用于初始化工作流运行时引擎。 应用程序可以调用 WorkflowRuntime.WorkflowRuntime(String) 构造函数,从配置文件的适当命名的节中初始化工作流运行时引擎。
如果应用程序不使用配置文件,但您仍希望从 WorkflowRuntimeSection 初始化工作流运行时引擎,则可以在应用程序中配置 WorkflowRuntimeSection,并调用 WorkflowRuntime.WorkflowRuntime(WorkflowRuntimeSection) 构造函数。 例如,应用程序可能在数据库中存储配置参数,或者可能在不使用配置文件的受信任环境中操作。
构造函数
WorkflowRuntimeSection() |
已过时.
初始化 WorkflowRuntimeSection 类的新实例。 |