Data portal server dashboard.
More...
|
| int | RecentActivityCount = 100 [get, set] |
| | Gets or sets a value indicating the number of items to maintain in the recent activity list. Default is 100.
|
| 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 | CompletedCalls [get] |
| | Gets the number of times data portal calls have successfully completed.
|
| long | FailedCalls [get] |
| | Gets the number of times data portal calls have failed.
|
Data portal server dashboard.
◆ Dashboard()
| Csla.Server.Dashboard.Dashboard.Dashboard |
( |
| ) |
|
|
inline |
Creates an instance of the type.
◆ Dispose()
| void Csla.Server.Dashboard.Dashboard.Dispose |
( |
| ) |
|
|
inline |
Dispose resources used by this object.
◆ GetRecentActivity()
| List< Activity > Csla.Server.Dashboard.Dashboard.GetRecentActivity |
( |
| ) |
|
|
inline |
◆ CompletedCalls
| long Csla.Server.Dashboard.Dashboard.CompletedCalls |
|
get |
◆ FailedCalls
| long Csla.Server.Dashboard.Dashboard.FailedCalls |
|
get |
◆ FirstCall
| DateTimeOffset Csla.Server.Dashboard.Dashboard.FirstCall |
|
get |
◆ LastCall
| DateTimeOffset Csla.Server.Dashboard.Dashboard.LastCall |
|
get |
◆ RecentActivityCount
| int Csla.Server.Dashboard.Dashboard.RecentActivityCount = 100 |
|
getset |
Gets or sets a value indicating the number of items to maintain in the recent activity list. Default is 100.
◆ TotalCalls
| long Csla.Server.Dashboard.Dashboard.TotalCalls |
|
get |
The documentation for this class was generated from the following file: