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