Base solution for your next web application
Open Closed

Running tasks at ABP startup #5250


User avatar
0
hitaspdotnet created

How can you running a task at startup time when your task comes from a plugin?
I have a plugin with special tasks and I want complete them before application module initializing but from a plugin in release mode.
If I marking my task classes with an interface like IStartupTask then how can I completing tasks with this marker at startup time after *.Core module before *.Application module.
I think it's can be done with a class registrar in PreInitialize method of Application module but i don't know how to do :(


1 Answer(s)