Compartir a través de


WorkflowRuntimeServiceElementCollection.Add Método

Definición

public:
 void Add(System::Workflow::Runtime::Configuration::WorkflowRuntimeServiceElement ^ serviceSettings);
public void Add (System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElement serviceSettings);
member this.Add : System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElement -> unit
Public Sub Add (serviceSettings As WorkflowRuntimeServiceElement)

Parámetros

serviceSettings
WorkflowRuntimeServiceElement

WorkflowRuntimeServiceElement que representa un servicio que se va a inicializar y activar por el motor en tiempo de ejecución de flujo de trabajo.

Excepciones

serviceSettings es una referencia nula (Nothing en Visual Basic).

Se aplica a