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