DevForce Help Reference
CoroutineCompletedEventArgs Class Properties


For a list of all members of this type, see CoroutineCompletedEventArgs members.

Public Properties
 NameDescription
Public PropertyCancelled Returns whether the operation was cancelled. (Inherited from IdeaBlade.EntityModel.AsyncEventArgs)
Public PropertyCompletedSuccessfully Returns whether the operation completed successfully. (Inherited from IdeaBlade.EntityModel.AsyncEventArgs)
Public PropertyCompletedSynchronously Returns whether the operation was completed synchronously. (Inherited from IdeaBlade.EntityModel.AsyncEventArgs)
Public PropertyError The exception, if any, thrown by the underlying operation. (Inherited from IdeaBlade.EntityModel.AsyncEventArgs)
Public PropertyHasError Returns whether the operation failed. (Inherited from IdeaBlade.EntityModel.AsyncEventArgs)
Public PropertyIsCompleted Returns whether the operation completed. (Inherited from IdeaBlade.EntityModel.AsyncEventArgs)
Public PropertyIsErrorHandled Whether the Error was handled ( if one exists). (Inherited from IdeaBlade.EntityModel.AsyncEventArgs)
Public PropertyNotifications The asynchronous actions performed by the iterator block.  
Public PropertyResult The result returned by an iterator.  
Public PropertyTask (Inherited from IdeaBlade.EntityModel.AsyncEventArgs)
Public PropertyUserState Uniquely identifies the asynchronous operation. (Inherited from IdeaBlade.EntityModel.AsyncEventArgs)
Top
Protected Properties
 NameDescription
Protected PropertyAsyncWorkState (Inherited from IdeaBlade.EntityModel.AsyncEventArgs)
Top
See Also

Reference

CoroutineCompletedEventArgs Class
IdeaBlade.EntityModel Namespace

Send Feedback