| PreSetProcessStateEventArgs Constructor |
Class is being constructed with the process id and the new state
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic PreSetProcessStateEventArgs(
int processId,
ProcessState state,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- processId
- Type: SystemInt32
- state
- Type: Omada.OE.ModelProcessState
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
See Also