IdeaBlade DevForce 2010 Help Reference
InvokeServerMethodOperation Class Members
See Also  Properties  Methods  Events Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : InvokeServerMethodOperation Class


The following tables list the members exposed by InvokeServerMethodOperation.

Public Properties

 NameDescription
Public PropertyCanCancel Returns whether the operation can be cancelled. (Inherited from IdeaBlade.EntityModel.BaseOperation)
Public PropertyCancelled Returns whether the operation was cancelled. (Inherited from IdeaBlade.EntityModel.BaseOperation)
Public PropertyCompletedSuccessfully Returns whether the operation completed success (Inherited from IdeaBlade.EntityModel.BaseOperation)
Public PropertyCompletedSynchronously Returns whether the operation completed synchronously. (Inherited from IdeaBlade.EntityModel.BaseOperation)
Public PropertyError Returns the exception if the operation failed. (Inherited from IdeaBlade.EntityModel.BaseOperation)
Public PropertyHasError Returns whether the operation failed. (Inherited from IdeaBlade.EntityModel.BaseOperation)
Public PropertyIsCompleted Returns whether the operation is completed regardless of whether it was cancelled or failed. (Inherited from IdeaBlade.EntityModel.BaseOperation)
Public PropertyIsErrorHandled Was any error that occured handled? (Inherited from IdeaBlade.EntityModel.BaseOperation)
Public PropertyResult Returns the result of the asynchronous operation.  
Public PropertyUserState Returns the user state which identifies the operation. (Inherited from IdeaBlade.EntityModel.BaseOperation)
Top

Public Methods

 NameDescription
Public MethodCancel Cancel the asynchronous operation. (Inherited from IdeaBlade.EntityModel.BaseOperation)
Public MethodEquals (Inherited from object)
Public MethodGetHashCode (Inherited from object)
Public MethodGetType (Inherited from object)
Public MethodMarkErrorAsHandled Mark any error as handled. (Inherited from IdeaBlade.EntityModel.BaseOperation)
Public MethodToString (Inherited from object)
Top

Protected Methods

 NameDescription
Protected MethodCancelCore Performs cancel processing. (Inherited from IdeaBlade.EntityModel.BaseOperation)
Protected MethodFinalize (Inherited from object)
Protected MethodForcePropertyChanged (Inherited from IdeaBlade.EntityModel.BaseOperation)
Protected MethodMemberwiseClone (Inherited from object)
Top

Public Events

 NameDescription
Public EventCompleted Raised when the operation finishes. (Inherited from IdeaBlade.EntityModel.BaseOperation<InvokeServerMethodEventArgs,InvokeServerMethodOperation>)
Public EventPropertyChanged Raised when a property changes. (Inherited from IdeaBlade.EntityModel.BaseOperation)
Top

See Also

© 2013 All Rights Reserved.