I'm tryng to figure out a way how I can stop my code from running while I wait for input from a device.
Scenerio..
Networked device that sends data to .net app.
I now wish to prompt the user to answer a 'Continue' questoion and select either 'Yes' or 'No' on the device. This is transmitted to program over netstream.
I want the code to pause though while waiting for an answer as different routines are run dependent on the answer.
Sorry if its a silly question !
Scenerio..
Networked device that sends data to .net app.
I now wish to prompt the user to answer a 'Continue' questoion and select either 'Yes' or 'No' on the device. This is transmitted to program over netstream.
I want the code to pause though while waiting for an answer as different routines are run dependent on the answer.
Sorry if its a silly question !