Click or drag to resize
NodeMediatorSignForward Constructor
Initializes a new instance of the NodeMediatorSignForward 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 NodeMediatorSignForward(
	ActivityForwardContext forwardContext,
	IDbSession session
)

Parameters

forwardContext
Type: Slickflow.Engine.CoreActivityForwardContext
session
Type: IDbSession
See Also