python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Masstransit Consumer in .NET 4.8 Topshelf works only in Executable not in Service
we need to host a Masstransit RabbitMQ Consumer in a .NET 4.8 Windows Service.
We are using Dependency Injection and Topshelf to run, install and start the Service.
Running the Consumer as a Windows *...
Spoc
Votes: 0
Answers: 1
How to Schedule a windows service using topshelf in c# at specific time in a each day
_timer = new Timer(1.8e+6) { AutoReset = true };
_timer.Elapsed += TimerElapsed;
Nama Venkata Rohith
Votes: 0
Answers: 1