Click or drag to resize

ProcessControllerGetCurrentWorkItemCount Method (Int32, Boolean, SqlConnection, SqlTransaction)

Returnerer det totale antal ikke slettede workitems for en activity.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static int GetCurrentWorkItemCount(
	int activityId,
	bool onlyNotRejected,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

activityId
Type: SystemInt32
onlyNotRejected
Type: SystemBoolean
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: Int32
See Also