How to pass method in Recurring Job in Hangfire?
Answers
Brian
2376
Points
13
Posts
|
Hangfire uses the JobActivator class to instantiate the target types before invoking instance methods. You can override its behavior to perform more complex logic on a type instantiation. Here is link: https://docs.hangfire.io/en/latest/background-methods/using-ioc-containers.html
Posted On:
07-May-2024 22:13
|