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


The following tables list the members exposed by InvokeServerMethodEventArgs.

Public Constructors

 NameDescription
Public ConstructorInvokeServerMethodEventArgs Constructor Construct an instance of this class. Internal use only.  
Top

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 PropertyIsUnavailable Internal use only. (Inherited from IdeaBlade.EntityModel.AsyncEventArgs)
Public PropertyMethodName The name of the method executed.  
Public PropertyResult Result returned by the method.  
Public PropertyTypeName The assembly-qualified type name of the method executed.  
Public PropertyUserArguments Arguments to the server method.  
Public PropertyUserState Uniquely identifies the asynchronous operation. (Inherited from IdeaBlade.EntityModel.AsyncEventArgs)
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; (Inherited from IdeaBlade.EntityModel.AsyncEventArgs)
Public MethodToString (Inherited from object)
Top

Protected Methods

 NameDescription
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Top

See Also

© 2013 All Rights Reserved.