| ProcessInstanceManagerGetProcessInstanceCount Method  | 
            判断流程实例是否存在
            
 
Namespace: Slickflow.Engine.Business.ManagerAssembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntaxinternal int GetProcessInstanceCount(
	IDbConnection conn,
	string processGUID,
	string version
)
Parameters
- conn
 - Type: System.DataIDbConnection
连接 - processGUID
 - Type: SystemString
流程GUId - version
 - Type: SystemString
版本 
Return Value
Type: 
Int32流程实例记录数
See Also