In C# I am writing some socket programs and using the Async callback methods. I can't seem to find any definitive answer to this. Do the callback methods always execute on a different thread from the one that setup the callbacks? Thanks


Jared Parsons