Data portal server dashboard. More...
Public Member Functions | |
Dashboard () | |
Creates an instance of the type. More... | |
List< Activity > | GetRecentActivity () |
Gets the items in the recent activity queue. More... | |
void | Dispose () |
Dispose resources used by this object. More... | |
Properties | |
int | RecentActivityCount = 100 [getset] |
Gets or sets a value indicating the number of items to maintain in the recent activity list. More... | |
DateTimeOffset | FirstCall [get] |
Gets the time the data portal was first invoked More... | |
DateTimeOffset | LastCall [get] |
Gets the most recent time the data portal was invoked More... | |
long | TotalCalls [get] |
Gets the total number of times the data portal has been invoked More... | |
long | CompletedCalls [get] |
Gets the number of times data portal calls have successfully completed More... | |
long | FailedCalls [get] |
Gets the number of times data portal calls have failed More... | |
Properties inherited from Csla.Server.Dashboard.IDashboard | |
DateTimeOffset | FirstCall [get] |
Gets the time the data portal was first invoked More... | |
DateTimeOffset | LastCall [get] |
Gets the most recent time the data portal was invoked More... | |
long | TotalCalls [get] |
Gets the total number of times the data portal has been invoked More... | |
long | FailedCalls [get] |
Gets the number of times data portal calls have failed More... | |
long | CompletedCalls [get] |
Gets the number of times data portal calls have successfully completed More... | |
Data portal server dashboard.
Definition at line 20 of file Dashboard.cs.
Csla.Server.Dashboard.Dashboard.Dashboard | ( | ) |
Creates an instance of the type.
Definition at line 34 of file Dashboard.cs.
void Csla.Server.Dashboard.Dashboard.Dispose | ( | ) |
Dispose resources used by this object.
Definition at line 153 of file Dashboard.cs.
List< Activity > Csla.Server.Dashboard.Dashboard.GetRecentActivity | ( | ) |
Gets the items in the recent activity queue.
Implements Csla.Server.Dashboard.IDashboard.
Definition at line 134 of file Dashboard.cs.
|
get |
Gets the number of times data portal calls have successfully completed
Definition at line 116 of file Dashboard.cs.
|
get |
Gets the number of times data portal calls have failed
Definition at line 126 of file Dashboard.cs.
|
get |
Gets the time the data portal was first invoked
Definition at line 95 of file Dashboard.cs.
|
get |
Gets the most recent time the data portal was invoked
Definition at line 100 of file Dashboard.cs.
|
getset |
Gets or sets a value indicating the number of items to maintain in the recent activity list.
Default is 100.
Definition at line 45 of file Dashboard.cs.
|
get |
Gets the total number of times the data portal has been invoked
Definition at line 106 of file Dashboard.cs.