DuraSoft
.NET-78
Being Notified on Asynchronous call
•In the above example, you have to check back when you are ready for the result
•
•Would it be nice to be notified when result is ready?
•
•You can register a callback delegate for notification when the method is complete!
•