WorkflowRuntimeService.Runtime 属性

定义

获取此服务的 WorkflowRuntimeGets the WorkflowRuntime for this service.

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 对象。The WorkflowRuntimeService object.

注解

在服务上调用 Start 之前,工作流运行时引擎将设置此属性。The workflow runtime engine sets this property before it calls Start on the service.

适用于