Click or drag to resize

ProcessControllerGetServiceDimensionIds Method (IntegerList, SqlConnection, SqlTransaction)

Note: This API is now obsolete.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
[ObsoleteAttribute("Obsoleted in v14 - use non-static version")]
public static IntegerList GetServiceDimensionIds(
	IntegerList processInstanceIds,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

processInstanceIds
Type: IntegerList
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: IntegerList
See Also