Click or drag to resize
NodeMediatorGatewayFactoryCreateGatewayNodeMediator Method
创建Gateway节点处理类实例

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 NodeMediatorGateway CreateGatewayNodeMediator(
	ActivityEntity gActivity,
	IProcessModel processModel,
	IDbSession session
)

Parameters

gActivity
Type: Slickflow.Engine.XpdlActivityEntity
节点
processModel
Type: Slickflow.Engine.XpdlIProcessModel
流程模型类
session
Type: IDbSession
会话

Return Value

Type: NodeMediatorGateway
Gateway节点处理实例
See Also