This is the first time I’ve used a thread that requires returning values to another class via a callback method. I’ve read up on it, and it seems that everyone is using the AsyncMethodCaller. However, even though I’ve added the necessary reference to my project, VS 2008 thinks it’s undefined… what else could I possibly be doing wrong here?
Share
I don’t see AsyncMethodCaller in the MSDN documentation, other than as part of some example code here (you define the AsyncMethodCaller delegate yourself):
http://msdn.microsoft.com/en-us/library/2e08f6yc.aspx
Partial code follows (see the link for the entire example):