WorkflowRuntimeElement.Services Egenskap

Definition

Hämtar den samling tjänster som ska läggas till i WorkflowRuntime motorn.

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

Egenskapsvärde

Samlingen av tjänster som ska läggas till i WorkflowRuntime motorn.

Attribut

Kommentarer

De tjänster som anges i WorkflowRuntimeServiceElementCollection initieras av arbetsflödets körningsmotor och läggs till i dess tjänster när lämplig WorkflowRuntime konstruktor anropas. Därför måste de tjänster som anges i WorkflowRuntimeServiceElementCollection måste följa vissa regler om signaturerna för deras konstruktorer. Mer information finns i WorkflowRuntimeServiceElement.

Gäller för