WorkflowRuntimeSection.Services Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene la colección de servicios que se agregan al motor en tiempo de ejecución del 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
Los servicios que se van a agregar al motor en tiempo de ejecución del flujo de trabajo.
- Atributos
Comentarios
Los servicios especificados en WorkflowRuntimeServiceElementCollection se inicializan mediante el motor en tiempo de ejecución del flujo de trabajo y se agregan a sus servicios cuando se llama 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.