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 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
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.