| AfterProcessRoutingEventArgs Constructor |
Class is being constructed with the process being routed.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic AfterProcessRoutingEventArgs(
Process process,
Transition transition,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- process
- Type: Omada.OE.ModelProcess
- transition
- Type: Omada.OE.ModelTransition
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
See Also