WorkflowRuntimeElement.Services 属性

定义

获取要添加到 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

属性值

ExtendedWorkflowRuntimeServiceElementCollection

将添加到 WorkflowRuntime 引擎的服务的集合。

属性

注解

WorkflowRuntimeServiceElementCollection 中指定的服务将由工作流运行时引擎初始化,并在调用适当的 WorkflowRuntime 构造函数时添加工作流运行时引擎服务中。 因此,在 WorkflowRuntimeServiceElementCollection 中指定的服务必须遵循关于其构造函数的签名的特定规则。 有关详细信息,请参阅 WorkflowRuntimeServiceElement

适用于