| TimerControllerEvaluateTimerEventForShadowObjectDelegate Delegate |
This is a workaround to transfer the execution to the OIM.AppLogic DLL.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic delegate void EvaluateTimerEventForShadowObjectDelegate(
DataObjectEventDefinition eventDefinition,
DataObjectFilters filters,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- eventDefinition
- Type: Omada.OE.ModelDataObjectEventDefinition
- filters
- Type: Omada.OE.ModelDataObjectFilters
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
See Also