Tagged Questions
1
vote
0answers
148 views
Using Delegates and BeginInvoke with .NET 2.0 WebServices
I'm attempting to implement a simple long-polling/comet/reverse AJAX solution, and came across the concept of delegates, specifically with the BeginInvoke and EndInvoke methods. I've built a Web ...