How can i integrate hangfire with a custom application so i don’t need the default dashboard? But still can see the states in my own application?
thanks
How can i integrate hangfire with a custom application so i don’t need the default dashboard? But still can see the states in my own application?
thanks
Hangfire Dashboard uses IMonitoringApi
interface that is accessible to public. You can learn what methods are being called in dashboard and write your implementation by example: