CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.Server.Dashboard.NullDashboard Class Reference

Data portal server dashboard that records no data and consumes no meaningful overhead. More...

Inheritance diagram for Csla.Server.Dashboard.NullDashboard:
Csla.Server.Dashboard.IDashboard

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...
 

Detailed Description

Data portal server dashboard that records no data and consumes no meaningful overhead.

Definition at line 17 of file NullDashboard.cs.

Member Function Documentation

◆ Dispose()

void Csla.Server.Dashboard.NullDashboard.Dispose ( )

Dispose resources used by this object.

Definition at line 45 of file NullDashboard.cs.