CSLA .NET 10.0.0
A home for your business logic
Loading...
Searching...
No Matches
Csla.Server.Dashboard.IDashboard Interface Reference

Data portal server dashboard. More...

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

Public Member Functions

List< ActivityGetRecentActivity ()
 Gets the items in the recent activity queue.
void InitializeCall (InterceptArgs e)
 Called by the data portal to indicate a call has been inititalized.
void CompleteCall (InterceptArgs e)
 Called by the data portal to indicate a call has been completed.

Properties

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 FailedCalls [get]
 Gets the number of times data portal calls have failed.
long CompletedCalls [get]
 Gets the number of times data portal calls have successfully completed.

Detailed Description

Data portal server dashboard.

Member Function Documentation

◆ CompleteCall()

void Csla.Server.Dashboard.IDashboard.CompleteCall ( InterceptArgs e)

Called by the data portal to indicate a call has been completed.

Parameters
eInterceptor arguments
Exceptions
ArgumentNullExceptione is null.

◆ GetRecentActivity()

List< Activity > Csla.Server.Dashboard.IDashboard.GetRecentActivity ( )

Gets the items in the recent activity queue.

Implemented in Csla.Server.Dashboard.Dashboard, and Csla.Server.Dashboard.OpenTelemetryDashboard.

◆ InitializeCall()

void Csla.Server.Dashboard.IDashboard.InitializeCall ( InterceptArgs e)

Called by the data portal to indicate a call has been inititalized.

Parameters
eInterceptor arguments
Exceptions
ArgumentNullExceptione is null.

Property Documentation

◆ CompletedCalls

long Csla.Server.Dashboard.IDashboard.CompletedCalls
get

Gets the number of times data portal calls have successfully completed.

Implemented in Csla.Server.Dashboard.Dashboard, and Csla.Server.Dashboard.OpenTelemetryDashboard.

◆ FailedCalls

long Csla.Server.Dashboard.IDashboard.FailedCalls
get

Gets the number of times data portal calls have failed.

Implemented in Csla.Server.Dashboard.Dashboard, and Csla.Server.Dashboard.OpenTelemetryDashboard.

◆ FirstCall

DateTimeOffset Csla.Server.Dashboard.IDashboard.FirstCall
get

Gets the time the data portal was first invoked.

Implemented in Csla.Server.Dashboard.Dashboard, and Csla.Server.Dashboard.OpenTelemetryDashboard.

◆ LastCall

DateTimeOffset Csla.Server.Dashboard.IDashboard.LastCall
get

Gets the most recent time the data portal was invoked.

Implemented in Csla.Server.Dashboard.Dashboard, and Csla.Server.Dashboard.OpenTelemetryDashboard.

◆ TotalCalls

long Csla.Server.Dashboard.IDashboard.TotalCalls
get

Gets the total number of times the data portal has been invoked.

Implemented in Csla.Server.Dashboard.Dashboard, and Csla.Server.Dashboard.OpenTelemetryDashboard.


The documentation for this interface was generated from the following file: