WorkflowRuntimeSection.Services Eigenschap

Definitie

Hiermee haalt u de verzameling services op die worden toegevoegd aan de runtime-engine van de werkstroom wanneer deze wordt geïnitialiseerd.

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

Waarde van eigenschap

De services die moeten worden toegevoegd aan de runtime-engine van de werkstroom.

Kenmerken

Opmerkingen

De services die zijn opgegeven in de WorkflowRuntimeServiceElementCollection werkstroom worden geïnitialiseerd door de runtime-engine van de werkstroom en toegevoegd aan de services wanneer de juiste WorkflowRuntime constructor wordt aangeroepen. Daarom moeten de services die in de WorkflowRuntimeServiceElementCollection services zijn opgegeven, bepaalde regels volgen over de handtekeningen van hun constructors. Zie WorkflowRuntimeServiceElement voor meer informatie.

Van toepassing op