Click or drag to resize
IProcessModelGetBackwardGatewayActivity Method

[Missing <summary> documentation for "M:Slickflow.Engine.Xpdl.IProcessModel.GetBackwardGatewayActivity(Slickflow.Engine.Xpdl.ActivityEntity,System.Int32@,System.Int32@)"]

Namespace: Slickflow.Engine.Xpdl
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
ActivityEntity GetBackwardGatewayActivity(
	ActivityEntity gatewayActivity,
	ref int joinCount,
	ref int splitCount
)

Parameters

gatewayActivity
Type: Slickflow.Engine.XpdlActivityEntity
joinCount
Type: SystemInt32
splitCount
Type: SystemInt32

Return Value

Type: ActivityEntity
See Also