DevForce Help Reference
AsyncEventArgs Class Members
Properties  Methods 


The following tables list the members exposed by AsyncEventArgs.

Public Constructors
 NameDescription
Public ConstructorAsyncEventArgs Constructor  
Top
Public Properties
 NameDescription
Public PropertyCancelled Returns whether the operation was cancelled.  
Public PropertyCompletedSuccessfully Returns whether the operation completed successfully.  
Public PropertyCompletedSynchronously Returns whether the operation was completed synchronously.  
Public PropertyError The exception, if any, thrown by the underlying operation.  
Public PropertyHasError Returns whether the operation failed.  
Public PropertyIsCompleted Returns whether the operation completed.  
Public PropertyIsErrorHandled Whether the Error was handled ( if one exists).  
Public PropertyTask  
Public PropertyUserState Uniquely identifies the asynchronous operation.  
Top
Protected Properties
 NameDescription
Protected PropertyAsyncWorkState  
Top
Public Methods
 NameDescription
Public MethodEquals (Inherited from object)
Public MethodGetHashCode (Inherited from object)
Public MethodGetType (Inherited from object)
Public MethodMarkErrorAsHandled Mark the error as handled;  
Public MethodToString (Inherited from object)
Top
Protected Methods
 NameDescription
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Top
See Also

Reference

AsyncEventArgs Class
IdeaBlade.EntityModel Namespace

Send Feedback