The following tables list the members exposed by InvokeServerMethodOperation.
Public Properties
| Name | Description |
![Public Property](dotnetimages/publicProperty.png) | CanCancel |
Returns whether the operation can be cancelled.
(Inherited from IdeaBlade.EntityModel.BaseOperation<InvokeServerMethodEventArgs,InvokeServerMethodOperation>) |
![Public Property](dotnetimages/publicProperty.png) | Cancelled |
Returns whether the operation was cancelled.
(Inherited from IdeaBlade.EntityModel.BaseOperation<InvokeServerMethodEventArgs,InvokeServerMethodOperation>) |
![Public Property](dotnetimages/publicProperty.png) | CompletedSuccessfully |
Returns whether the operation completed success
(Inherited from IdeaBlade.EntityModel.BaseOperation<InvokeServerMethodEventArgs,InvokeServerMethodOperation>) |
![Public Property](dotnetimages/publicProperty.png) | CompletedSynchronously |
Returns whether the operation completed synchronously.
(Inherited from IdeaBlade.EntityModel.BaseOperation<InvokeServerMethodEventArgs,InvokeServerMethodOperation>) |
![Public Property](dotnetimages/publicProperty.png) | Error |
Returns the exception if the operation failed.
(Inherited from IdeaBlade.EntityModel.BaseOperation<InvokeServerMethodEventArgs,InvokeServerMethodOperation>) |
![Public Property](dotnetimages/publicProperty.png) | HasError |
Returns whether the operation failed.
(Inherited from IdeaBlade.EntityModel.BaseOperation<InvokeServerMethodEventArgs,InvokeServerMethodOperation>) |
![Public Property](dotnetimages/publicProperty.png) | IsCompleted |
Returns whether the operation is completed regardless of whether it was cancelled or failed.
(Inherited from IdeaBlade.EntityModel.BaseOperation<InvokeServerMethodEventArgs,InvokeServerMethodOperation>) |
![Public Property](dotnetimages/publicProperty.png) | IsErrorHandled |
Was any error that occured handled?
(Inherited from IdeaBlade.EntityModel.BaseOperation<InvokeServerMethodEventArgs,InvokeServerMethodOperation>) |
![Public Property](dotnetimages/publicProperty.png) | Result |
Returns the result of the asynchronous InvokeServerMethod operation.
|
![Public Property](dotnetimages/publicProperty.png) | Task |
The asynchronous task.
(Inherited from IdeaBlade.EntityModel.BaseOperation<InvokeServerMethodEventArgs,InvokeServerMethodOperation>) |
![Public Property](dotnetimages/publicProperty.png) | UserState |
Returns the user state which identifies the operation.
(Inherited from IdeaBlade.EntityModel.BaseOperation<InvokeServerMethodEventArgs,InvokeServerMethodOperation>) |
Top
Public Methods
Public Events
See Also