WorkflowRuntimeService.Runtime 属性

定义

获取此服务的 WorkflowRuntime

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

属性值

WorkflowRuntime

WorkflowRuntimeService 对象。

注解

在服务上调用 Start 之前,工作流运行时引擎将设置此属性。

适用于