Click or drag to resize
WfRuntimeManagerFactoryCreateRuntimeInstanceAppRunning Method
创建运行时实例对象

Namespace: Slickflow.Engine.Core
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public static WfRuntimeManager CreateRuntimeInstanceAppRunning(
	WfAppRunner runner,
	ref WfExecutedResult result
)

Parameters

runner
Type: Slickflow.Engine.CommonWfAppRunner
执行者
result
Type: Slickflow.Engine.Core.ResultWfExecutedResult
结果对象

Return Value

Type: WfRuntimeManager
运行时实例对象
See Also