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)
Can Windows Service be started by incoming TCP connection?
I'd like to make a small Windows Service, that would be shutdown most of the time, but would be automatically activated when incoming TCP (REST?) connection comes. I do not want the service to be runn...
Arioch 'The
Votes: 0
Answers: 0
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
Get Windows Service start parameters from HostBuilderContext
I am creating a Windows service using the Microsoft Generic Host. My code is notionally like this:
public static void Main(string[] args)
{
Host.CreateDefaultBuilder(args)
.UseWindowsServi...
Brad Collins
Votes: 0
Answers: 1
Windows Service recursive & infinite call
I have a Windows Service which connects to an external device (micro controller) to get data and save it to database. The external device does not support callback feature, that's why the service shou...
Maruf
Votes: 0
Answers: 1