DevForce Help Reference
BaseOperation<TEventArgs,TOp> Class Members
Properties  Methods  Events


The following tables list the members exposed by BaseOperation<TEventArgs,TOp>.

Public Properties
 NameDescription
Public PropertyCanCancel Returns whether the operation can be cancelled.  
Public PropertyCancelled Returns whether the operation was cancelled.  
Public PropertyCompletedSuccessfully Returns whether the operation completed success  
Public PropertyCompletedSynchronously Returns whether the operation completed synchronously.  
Public PropertyError Returns the exception if the operation failed.  
Public PropertyHasError Returns whether the operation failed.  
Public PropertyIsCompleted Returns whether the operation is completed regardless of whether it was cancelled or failed.  
Public PropertyIsErrorHandled Was any error that occured handled?  
Public PropertyTask The asynchronous task.  
Public PropertyUserState Returns the user state which identifies the operation.  
Top
Protected Properties
 NameDescription
Protected PropertyAsyncArgs The event args associated with the asynchronous operation.  
Protected PropertyCancellationToken The task cancellation token.  
Protected PropertyCompletedAction  
Top
Public Methods
 NameDescription
Public MethodCancel Cancel the asynchronous operation.  
Public MethodEquals (Inherited from object)
Public MethodGetHashCode (Inherited from object)
Public MethodGetType (Inherited from object)
Public MethodMarkErrorAsHandled Mark any error as handled.  
Public MethodToString (Inherited from object)
Top
Protected Methods
 NameDescription
Protected MethodCancelCore Performs cancel processing.  
Protected MethodFinalize (Inherited from object)
Protected MethodForcePropertyChanged  
Protected MethodMemberwiseClone (Inherited from object)
Protected MethodOnCompleted  
Top
Public Events
 NameDescription
Public EventCompleted Raised when the operation finishes.  
Public EventPropertyChanged Raised when a property changes.  
Top
See Also

Reference

BaseOperation<TEventArgs,TOp> Class
IdeaBlade.EntityModel Namespace

Send Feedback