IdeaBlade.EntityModel.Compat Assembly > IdeaBlade.EntityModel Namespace : InvokeServerMethodEventArgs Class |
The following tables list the members exposed by InvokeServerMethodEventArgs.
Name | Description | |
---|---|---|
![]() | InvokeServerMethodEventArgs Constructor | Construct an instance of this class. Internal use only. |
Name | Description | |
---|---|---|
![]() | Cancelled | Returns whether the operation was cancelled. (Inherited from IdeaBlade.EntityModel.AsyncEventArgs) |
![]() | CompletedSuccessfully | Returns whether the operation completed successfully. (Inherited from IdeaBlade.EntityModel.AsyncEventArgs) |
![]() | CompletedSynchronously | Returns whether the operation was completed synchronously. (Inherited from IdeaBlade.EntityModel.AsyncEventArgs) |
![]() | Error | The exception, if any, thrown by the underlying operation. (Inherited from IdeaBlade.EntityModel.AsyncEventArgs) |
![]() | HasError | Returns whether the operation failed. (Inherited from IdeaBlade.EntityModel.AsyncEventArgs) |
![]() | IsCompleted | Returns whether the operation completed. (Inherited from IdeaBlade.EntityModel.AsyncEventArgs) |
![]() | IsErrorHandled | Whether the Error was handled ( if one exists). (Inherited from IdeaBlade.EntityModel.AsyncEventArgs) |
![]() | MethodName | The name of the method executed. |
![]() | Result | Result returned by the method. |
![]() | Task | Represents the operation. (Inherited from IdeaBlade.EntityModel.AsyncEventArgs<object>) |
![]() | TypeName | The assembly-qualified type name of the method executed. |
![]() | UserArguments | Arguments to the server method. |
![]() | UserState | Uniquely identifies the asynchronous operation. (Inherited from IdeaBlade.EntityModel.AsyncEventArgs) |
Name | Description | |
---|---|---|
![]() | AsyncWorkState | (Inherited from IdeaBlade.EntityModel.AsyncEventArgs) |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from object) |
![]() | GetHashCode | (Inherited from object) |
![]() | GetType | (Inherited from object) |
![]() | MarkErrorAsHandled | Mark the error as handled; (Inherited from IdeaBlade.EntityModel.AsyncEventArgs) |
![]() | ToString | (Inherited from object) |
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from object) |
![]() | MemberwiseClone | (Inherited from object) |