Data portal server dashboard that records no data and consumes no meaningful overhead. More...
Public Member Functions | |
void | Dispose () |
Dispose resources used by this object. More... | |
Additional Inherited Members | |
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 that records no data and consumes no meaningful overhead.
Definition at line 17 of file NullDashboard.cs.
void Csla.Server.Dashboard.NullDashboard.Dispose | ( | ) |
Dispose resources used by this object.
Definition at line 45 of file NullDashboard.cs.