WorkflowRuntimeElement.Services Propiedad

Definición

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.

Se aplica a