[This is preliminary documentation and is subject to change.]
A class that follows a similar programming pattern to the .Net AsyncResult class. It encapsulates
the state of an async operation.
| C# | Visual Basic | Visual C++ |
public class EduAsyncResult
Public Class EduAsyncResult
public ref class EduAsyncResult
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| EduAsyncResultEduAsyncResultNew(EduAsyncHandler, Object) |
Creates an instance of an EduAsyncResult
| |
| AsyncHandler | ||
| AsyncState |
The original state that was passed to the async method
| |
| Finish()() |
Call this method to retrieve any exceptions that may have occurred while processing the event
| |
| SetException(Exception) |
Signals to the caller that an exception occurred during the async operation
|
| Object | |
| EduAsyncResult | |