TheChaseMan's Frenetic SoapBox
Always looking for better ways to do things...
Not only can you assign a function name to a delegate, how about the same thing calling BeginInvoke?
MyDelegate myDel = SomeMethod; myDel.BeginInvoke("Test", OnAsyncCallBack, null);
Check out this MSDN article.
posted on Monday, March 29, 2004 12:53 PM