Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

How can I use it

Implement the interface {{ISecondaryStartupRoutine}} from  from the assembly {{StartupRoutine.dll}} and  and place your assembly into the bin directory. Services will automatically execute your routine during application startup. Startup routines are executed after dependency injection installers.

...

All of our installers implement the interface {{IStartupRoutine}}. Customers should implement {{ISecondaryStartupRoutine}}. The framework ensures that all {{ISecondaryStartupRoutine}} implementations execute after all {{IStartupRoutine}} implementations implementations.