WorkflowRuntimeSection.Services Propriété

Définition

Obtient la collection de services ajoutés au moteur d’exécution du flux de travail lorsqu’il est initialisé.

public:
 property System::Workflow::Runtime::Configuration::WorkflowRuntimeServiceElementCollection ^ Services { System::Workflow::Runtime::Configuration::WorkflowRuntimeServiceElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("Services", DefaultValue=null)]
public System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElementCollection Services { get; }
[<System.Configuration.ConfigurationProperty("Services", DefaultValue=null)>]
member this.Services : System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElementCollection
Public ReadOnly Property Services As WorkflowRuntimeServiceElementCollection

Valeur de propriété

Services à ajouter au moteur d’exécution du flux de travail.

Attributs

Remarques

Les services spécifiés dans le WorkflowRuntimeServiceElementCollection fichier sont initialisés par le moteur d’exécution du flux de travail et ajoutés à ses services lorsque le constructeur approprié WorkflowRuntime est appelé. Par conséquent, les services spécifiés dans le WorkflowRuntimeServiceElementCollection doivent suivre certaines règles concernant les signatures de leurs constructeurs. Pour plus d’informations, consultez WorkflowRuntimeServiceElement.

S’applique à