WorkflowRuntimeElement.Services Proprietà

Definizione

Ottiene la raccolta di servizi che verranno aggiunti al WorkflowRuntime motore.

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

Valore della proprietà

Raccolta di servizi che verranno aggiunti al WorkflowRuntime motore.

Attributi

Commenti

I servizi specificati in WorkflowRuntimeServiceElementCollection verranno inizializzati dal motore di runtime del flusso di lavoro e aggiunti ai servizi quando viene chiamato il costruttore appropriato WorkflowRuntime . Pertanto, i servizi specificati in WorkflowRuntimeServiceElementCollection devono seguire determinate regole sulle firme dei relativi costruttori. Per altre informazioni, vedere WorkflowRuntimeServiceElement.

Si applica a