Click or drag to resize

CodeAssemblyControllerInitializeEventHandlerClasses Method

Overload List
  NameDescription
Public methodInitializeEventHandlerClasses(EventHandlerInitializationOptions)
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.
Public methodStatic memberInitializeEventHandlerClasses(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.
Top
See Also