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