Click or drag to resize
NodeMediatorFactoryCreateNodeMediator Method
创建节点执行器的抽象类

Namespace: Slickflow.Engine.Core.Pattern
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
internal static NodeMediator CreateNodeMediator(
	ActivityForwardContext forwardContext,
	IDbSession session
)

Parameters

forwardContext
Type: Slickflow.Engine.CoreActivityForwardContext
活动上下文
session
Type: IDbSession
会话

Return Value

Type: NodeMediator
See Also