Click or drag to resize

CodeAssemblyControllerInitializeEventHandlerClasses Method (SqlConnection, SqlTransaction)

Method is called when the application starts. It browses through all classes in the registred code assemblies to find ones that implement IAppStartInitializedClass. It should also be called when using commandline utilities.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static void InitializeEventHandlerClasses(
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction
See Also