![]() |
CSLA .NET 10.0.0
A home for your business logic
|
Data portal server dashboard. More...
Public Member Functions | |
| List< Activity > | GetRecentActivity () |
| Gets the items in the recent activity queue. | |
| void | InitializeCall (InterceptArgs e) |
| Called by the data portal to indicate a call has been inititalized. | |
| void | CompleteCall (InterceptArgs e) |
| Called by the data portal to indicate a call has been completed. | |
Properties | |
| DateTimeOffset | FirstCall [get] |
| Gets the time the data portal was first invoked. | |
| DateTimeOffset | LastCall [get] |
| Gets the most recent time the data portal was invoked. | |
| long | TotalCalls [get] |
| Gets the total number of times the data portal has been invoked. | |
| long | FailedCalls [get] |
| Gets the number of times data portal calls have failed. | |
| long | CompletedCalls [get] |
| Gets the number of times data portal calls have successfully completed. | |
Data portal server dashboard.
| void Csla.Server.Dashboard.IDashboard.CompleteCall | ( | InterceptArgs | e | ) |
Called by the data portal to indicate a call has been completed.
| e | Interceptor arguments |
| ArgumentNullException | e is null. |
| List< Activity > Csla.Server.Dashboard.IDashboard.GetRecentActivity | ( | ) |
Gets the items in the recent activity queue.
Implemented in Csla.Server.Dashboard.Dashboard, and Csla.Server.Dashboard.OpenTelemetryDashboard.
| void Csla.Server.Dashboard.IDashboard.InitializeCall | ( | InterceptArgs | e | ) |
Called by the data portal to indicate a call has been inititalized.
| e | Interceptor arguments |
| ArgumentNullException | e is null. |
|
get |
Gets the number of times data portal calls have successfully completed.
Implemented in Csla.Server.Dashboard.Dashboard, and Csla.Server.Dashboard.OpenTelemetryDashboard.
|
get |
Gets the number of times data portal calls have failed.
Implemented in Csla.Server.Dashboard.Dashboard, and Csla.Server.Dashboard.OpenTelemetryDashboard.
|
get |
Gets the time the data portal was first invoked.
Implemented in Csla.Server.Dashboard.Dashboard, and Csla.Server.Dashboard.OpenTelemetryDashboard.
|
get |
Gets the most recent time the data portal was invoked.
Implemented in Csla.Server.Dashboard.Dashboard, and Csla.Server.Dashboard.OpenTelemetryDashboard.
|
get |
Gets the total number of times the data portal has been invoked.
Implemented in Csla.Server.Dashboard.Dashboard, and Csla.Server.Dashboard.OpenTelemetryDashboard.