WorkflowRuntimeService.Runtime Propiedad

Definición

Obtiene para WorkflowRuntime 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

Objeto WorkflowRuntimeService.

Comentarios

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

Se aplica a