WorkflowRuntimeElement.Services 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取将添加到引擎的服务 WorkflowRuntime 的集合。
public:
property System::ServiceModel::Configuration::ExtendedWorkflowRuntimeServiceElementCollection ^ Services { System::ServiceModel::Configuration::ExtendedWorkflowRuntimeServiceElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("services", DefaultValue=null)]
public System.ServiceModel.Configuration.ExtendedWorkflowRuntimeServiceElementCollection Services { get; }
[<System.Configuration.ConfigurationProperty("services", DefaultValue=null)>]
member this.Services : System.ServiceModel.Configuration.ExtendedWorkflowRuntimeServiceElementCollection
Public ReadOnly Property Services As ExtendedWorkflowRuntimeServiceElementCollection
属性值
将添加到 WorkflowRuntime 引擎的服务集合。
- 属性
注解
调用相应的WorkflowRuntimeServiceElementCollection构造函数时,工作流运行时引擎将初始化中指定的WorkflowRuntime服务并将其添加到其服务中。 因此,在 WorkflowRuntimeServiceElementCollection 指定的服务必须遵循有关其构造函数签名的某些规则。 有关详细信息,请参阅 WorkflowRuntimeServiceElement。