DevForce Help Reference
IBaseOperation Interface Members
Properties  Methods 

The following tables list the members exposed by IBaseOperation.

Public Properties
 NameDescription
 PropertyCanCancel Returns whether the operation can be cancelled.  
 PropertyCancelled Returns whether the operation was cancelled.  
 PropertyCompletedSuccessfully Returns whether the operation completed success  
 PropertyCompletedSynchronously Returns whether the operation completed synchronously.  
 PropertyError Returns the exception if the operation failed.  
 PropertyHasError Returns whether the operation failed.  
 PropertyIsCompleted Returns whether the operation is completed regardless of whether it was cancelled or failed.  
 PropertyIsErrorHandled Was any error that occured handled?  
 PropertyUserState Returns the user state which identifies the operation.  
Top
Public Methods
 NameDescription
 MethodCancel Cancel the asynchronous operation.  
 MethodMarkErrorAsHandled Mark any error as handled.  
Top
See Also

Reference

IBaseOperation Interface
IdeaBlade.EntityModel Namespace

Send Feedback