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
Implement as a delegate and fail the call if it takes above your threshold to complete.