Click or drag to resize
NodeMediatorBackward Constructor
Initializes a new instance of the NodeMediatorBackward class

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

Parameters

backwardContext
Type: Slickflow.Engine.CoreBackwardContext
session
Type: IDbSession
See Also