Compartir a través de


WorkflowRuntimeSection.Services Propiedad

Definición

Obtiene la colección de servicios que se agregan al motor en tiempo de ejecución de flujo de trabajo cuando se inicializa.

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

Valor de propiedad

WorkflowRuntimeServiceElementCollection

Servicios que se van a agregar al motor en tiempo de ejecución de flujo de trabajo.

Atributos

Comentarios

Los servicios especificados en WorkflowRuntimeServiceElementCollection son inicializados por el motor en tiempo de ejecución del flujo de trabajo y agregados a sus servicios cuando se llama al constructor WorkflowRuntime adecuado. Por consiguiente los servicios especificados en WorkflowRuntimeServiceElementCollection deben seguir ciertas reglas sobre las firmas de sus constructores. Para obtener más información, vea WorkflowRuntimeServiceElement.

Se aplica a