generate a Console.Readline
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hello, I have an application that has a thread waiting on a Console.Readline to finish. Aborting the thread using Thread.Abort won't work. But if I could generate a Console.Readline the thread would end in a controlled fashion. But, how do I generate something that triggers a Console.Readline from within my application? Please help.
-
Hello, I have an application that has a thread waiting on a Console.Readline to finish. Aborting the thread using Thread.Abort won't work. But if I could generate a Console.Readline the thread would end in a controlled fashion. But, how do I generate something that triggers a Console.Readline from within my application? Please help.