WorkflowRuntimeService.Runtime Propiedad

Definición

Obtiene WorkflowRuntime para este servicio.

protected:
 property System::Workflow::Runtime::WorkflowRuntime ^ Runtime { System::Workflow::Runtime::WorkflowRuntime ^ get(); };
protected System.Workflow.Runtime.WorkflowRuntime Runtime { get; }
member this.Runtime : System.Workflow.Runtime.WorkflowRuntime
Protected ReadOnly Property Runtime As WorkflowRuntime

Valor de propiedad

WorkflowRuntime

Objeto WorkflowRuntimeService.

Comentarios

El motor en tiempo de ejecución de flujo de trabajo establece esta propiedad antes de llamar Start en el servicio.

Se aplica a