WorkflowRuntimeService::Runtime Property

 

Gets the WorkflowRuntime for this service.

Namespace:   System.Workflow.Runtime.Hosting
Assembly:  System.Workflow.Runtime (in System.Workflow.Runtime.dll)

protected:
property WorkflowRuntime^ Runtime {
	WorkflowRuntime^ get();
}

The workflow runtime engine sets this property before it calls Start on the service.

.NET Framework
Available since 3.0
Return to top
Show: