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.50 中的
指定 WorkflowRuntimeServiceElement 应由工作流运行时引擎初始化和激活的主机服务。 它对应于配置文件中 <Services> 元素中指定的主机服务。 由于 WorkflowRuntimeServiceElement 中指定的服务将由工作流运行时引擎初始化,因此它必须至少有一个构造函数匹配以下四个签名之一(工作流运行时引擎将尝试按照所示的顺序匹配这些签名):
Service(WorkflowRuntime 运行时、NameValueCollection 参数)
Service(WorkflowRuntime 运行时)
Service(NameValueCollection 参数)
服务()
构造函数
| 名称 | 说明 |
|---|---|
| WorkflowRuntimeServiceElement() |
已过时.
初始化 WorkflowRuntimeServiceElement 类的新实例。 |