Data portal server dashboard. More...
Public Member Functions | |
List< Activity > | GetRecentActivity () |
Gets the items in the recent activity queue. More... | |
void | InitializeCall (InterceptArgs e) |
Called by the data portal to indicate a call has been inititalized. More... | |
void | CompleteCall (InterceptArgs e) |
Called by the data portal to indicate a call has been completed. More... | |
Properties | |
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 16 of file IDashboard.cs.
void Csla.Server.Dashboard.IDashboard.CompleteCall | ( | InterceptArgs | e | ) |
Called by the data portal to indicate a call has been completed.
e | Interceptor arguments |
List< Activity > Csla.Server.Dashboard.IDashboard.GetRecentActivity | ( | ) |
Gets the items in the recent activity queue.
Implemented in Csla.Server.Dashboard.Dashboard.
void Csla.Server.Dashboard.IDashboard.InitializeCall | ( | InterceptArgs | e | ) |
Called by the data portal to indicate a call has been inititalized.
e | Interceptor arguments |
|
get |
Gets the number of times data portal calls have successfully completed
Definition at line 45 of file IDashboard.cs.
|
get |
Gets the number of times data portal calls have failed
Definition at line 36 of file IDashboard.cs.
|
get |
Gets the time the data portal was first invoked
Definition at line 21 of file IDashboard.cs.
|
get |
Gets the most recent time the data portal was invoked
Definition at line 26 of file IDashboard.cs.
|
get |
Gets the total number of times the data portal has been invoked
Definition at line 31 of file IDashboard.cs.