Click or drag to resize
NodeMediatorGatewayGetInstanceGatewayCount Method
获取分支实例的个数

Namespace: Slickflow.Engine.Core.Pattern
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
protected int GetInstanceGatewayCount(
	string splitActivityInstanceGUID,
	int processInstanceID
)

Parameters

splitActivityInstanceGUID
Type: SystemString
processInstanceID
Type: SystemInt32

Return Value

Type: Int32
See Also