Information about a server-side data portal invocation.
More...
|
| Type | ObjectType [get] |
| | Gets the root business object type for the call.
|
| DataPortalOperations | Operation [get] |
| | Gets the operation type for the call.
|
| TimeSpan | Runtime [get] |
| | Gets the elapsed runtime for the call. Only valid upon call completion.
|
| Exception? | Exception [get] |
| | Gets the exception (if any) resulting from the call. Only valid upon call completion.
|
Information about a server-side data portal invocation.
◆ Activity()
Creates an instance of the type.
- Parameters
-
- Exceptions
-
| ArgumentNullException | result is null. |
◆ Exception
| Exception? Csla.Server.Dashboard.Activity.Exception |
|
get |
Gets the exception (if any) resulting from the call. Only valid upon call completion.
◆ ObjectType
| Type Csla.Server.Dashboard.Activity.ObjectType |
|
get |
Gets the root business object type for the call.
◆ Operation
Gets the operation type for the call.
◆ Runtime
| TimeSpan Csla.Server.Dashboard.Activity.Runtime |
|
get |
Gets the elapsed runtime for the call. Only valid upon call completion.
The documentation for this class was generated from the following file: