Click or drag to resize
NodeMediator Constructor (ActivityForwardContext, 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(
	ActivityForwardContext forwardContext,
	IDbSession session
)

Parameters

forwardContext
Type: Slickflow.Engine.CoreActivityForwardContext
前进上下文
session
Type: IDbSession
Session
See Also