SIFWorks ADK 2.0
EduAsyncResult Class
NamespacesEdustructures.UtilEduAsyncResult

[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.
Declaration Syntax
C#Visual BasicVisual C++
public class EduAsyncResult
Public Class EduAsyncResult
public ref class EduAsyncResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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

Inheritance Hierarchy
Object
EduAsyncResult

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10