DevForce Help Reference
InvokeServerMethodOperation Class Properties


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

Public Properties
 NameDescription
Public PropertyCanCancel Returns whether the operation can be cancelled. (Inherited from IdeaBlade.EntityModel.BaseOperation<InvokeServerMethodEventArgs,InvokeServerMethodOperation>)
Public PropertyCancelled Returns whether the operation was cancelled. (Inherited from IdeaBlade.EntityModel.BaseOperation<InvokeServerMethodEventArgs,InvokeServerMethodOperation>)
Public PropertyCompletedSuccessfully Returns whether the operation completed success (Inherited from IdeaBlade.EntityModel.BaseOperation<InvokeServerMethodEventArgs,InvokeServerMethodOperation>)
Public PropertyCompletedSynchronously Returns whether the operation completed synchronously. (Inherited from IdeaBlade.EntityModel.BaseOperation<InvokeServerMethodEventArgs,InvokeServerMethodOperation>)
Public PropertyError Returns the exception if the operation failed. (Inherited from IdeaBlade.EntityModel.BaseOperation<InvokeServerMethodEventArgs,InvokeServerMethodOperation>)
Public PropertyHasError Returns whether the operation failed. (Inherited from IdeaBlade.EntityModel.BaseOperation<InvokeServerMethodEventArgs,InvokeServerMethodOperation>)
Public PropertyIsCompleted Returns whether the operation is completed regardless of whether it was cancelled or failed. (Inherited from IdeaBlade.EntityModel.BaseOperation<InvokeServerMethodEventArgs,InvokeServerMethodOperation>)
Public PropertyIsErrorHandled Was any error that occured handled? (Inherited from IdeaBlade.EntityModel.BaseOperation<InvokeServerMethodEventArgs,InvokeServerMethodOperation>)
Public PropertyResult Returns the result of the asynchronous InvokeServerMethod operation.  
Public PropertyTask The asynchronous task. (Inherited from IdeaBlade.EntityModel.BaseOperation<InvokeServerMethodEventArgs,InvokeServerMethodOperation>)
Public PropertyUserState Returns the user state which identifies the operation. (Inherited from IdeaBlade.EntityModel.BaseOperation<InvokeServerMethodEventArgs,InvokeServerMethodOperation>)
Top
Protected Properties
 NameDescription
Protected PropertyAsyncArgs The event args associated with the asynchronous operation. (Inherited from IdeaBlade.EntityModel.BaseOperation<InvokeServerMethodEventArgs,InvokeServerMethodOperation>)
Protected PropertyCancellationToken The task cancellation token. (Inherited from IdeaBlade.EntityModel.BaseOperation<InvokeServerMethodEventArgs,InvokeServerMethodOperation>)
Protected PropertyCompletedAction (Inherited from IdeaBlade.EntityModel.BaseOperation<InvokeServerMethodEventArgs,InvokeServerMethodOperation>)
Top
See Also

Reference

InvokeServerMethodOperation Class
IdeaBlade.EntityModel Namespace

Send Feedback