Click or drag to resize
NodeMediatorStartExecteActionList Method
执行外部操作的方法

Namespace: Slickflow.Engine.Core.Pattern
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public void ExecteActionList(
	IList<ActionEntity> actionList,
	IDictionary<string, ActionParameterInternal> actionMethodParameters
)

Parameters

actionList
Type: System.Collections.GenericIListActionEntity
actionMethodParameters
Type: System.Collections.GenericIDictionaryString, ActionParameterInternal
See Also