WorkflowRuntimeElement.Services Propiedad

Definición

Obtiene la colección de servicios que se agregarán al WorkflowRuntime motor.

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

Valor de propiedad

Colección de servicios que se agregarán al WorkflowRuntime motor.

Atributos

Comentarios

El motor en tiempo de ejecución de flujo de trabajo inicializará los servicios especificados en el WorkflowRuntimeServiceElementCollection objeto y se agregará a sus servicios cuando se llame al constructor adecuado WorkflowRuntime . Por lo tanto, los servicios especificados en WorkflowRuntimeServiceElementCollection deben seguir ciertas reglas sobre las firmas de sus constructores. Para obtener más información, consulte WorkflowRuntimeServiceElement.

Se aplica a