I have a method I am using to execute a command on the local host. I\'d like to add a timeout parameter to the method so that if the command being called doesn\'t finish in
Try using a Timer (or Sleep()), in a separate thread or in your event queue if you have one available.