Click or drag to resize
NodeMediator Constructor (BackwardContext, IDbSession)
退回处理时的NodeMediator的构造函数

Namespace: Slickflow.Engine.Core.Pattern
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
internal NodeMediator(
	BackwardContext backwardContext,
	IDbSession session
)

Parameters

backwardContext
Type: Slickflow.Engine.CoreBackwardContext
退回上下文
session
Type: IDbSession
Session
See Also