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á al motor WorkflowRuntime.
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á al motor WorkflowRuntime.
- Atributos
Comentarios
Los servicios especificados en WorkflowRuntimeServiceElementCollection serán inicializados por el motor en tiempo de ejecución del flujo de trabajo y añadidos a sus servicios cuando se llama al constructor WorkflowRuntime adecuado. Por lo tanto, los servicios especificados en WorkflowRuntimeServiceElementCollection deben ajustarse a ciertas reglas sobre las firmas de sus constructores. Para obtener más información, vea WorkflowRuntimeServiceElement.