WorkflowRuntimeElement.Services Eigenschap

Definitie

Hiermee haalt u de verzameling services op die aan de WorkflowRuntime engine worden toegevoegd.

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

Waarde van eigenschap

De verzameling services die aan de WorkflowRuntime engine worden toegevoegd.

Kenmerken

Opmerkingen

De services die zijn opgegeven in de WorkflowRuntimeServiceElementCollection werkstroomruntime-engine worden geïnitialiseerd 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