Asked By 12348765 Shvartsman
20-Nov-09 08:32 AM
I have a C# Windows Service that performs certant actions on periodic bases. The System.Timers.Timer on the separete thread is used perform the actions. Some times those actiones need to be performed on demand. I need a way for console app to instract Windows Service to perform those actions. Thank you in advance