WaitFor and TimeoutException (General questions)
I looked in the documentation to find a definite answer to this question because I'm not sure where the problem is stemming from. Will the overload of WaitFor that has a timeout throw a TimeoutException if the timeout expires, or does application flow resume? I am receiving a TimeoutException that appears to be about the time length I specified in Timeout, but I wasn't sure if WaitFor will trigger an exception, since the documentation doesn't specifically say that it will.
I was also having this problem with Receive() (not the timeout overload) so I wasn't sure if it was something else causing it.
Thanks,
Scott