I have a method MyMethod(), and I want to provide an asynchronous alternative, following the so called IAsynchResult design pattern. ms- help://MS.VSCC.v80/MS.MSDN.v80/MS.VisualStudio.v80.en/dv_fxadvance/html/c9b 3501e-6bc6-40f9-8efd-4b6d9e39ccf0.htm
So I create two new methods: BeginMyMethod, and EndMyMethod. The signatures are given from the pattern, but how do I go about the implementation? I know I can write code that behaves as the pattern describes, but I also know that this must have been done before... Can anybody give me an explanation, or point me to an article or an example? =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
