Method | Description | |
---|---|---|
EstimatedTimeToSLABreachCounter ( System.TimeSpan endpointSla, string counterInstanceName ) : System | ||
RemoveOldDataPoints ( object state ) : void | ||
Update ( System.DateTime sent, System.DateTime processingStarted, System.DateTime processingEnded ) : void | ||
UpdateTimeToSLABreach ( ) : void |
Method | Description | |
---|---|---|
OnStart ( IMessageSession session ) : Task | ||
OnStop ( IMessageSession session ) : Task |
Method | Description | |
---|---|---|
CalculateTimeToSLABreach ( List |
public EstimatedTimeToSLABreachCounter ( System.TimeSpan endpointSla, string counterInstanceName ) : System | ||
endpointSla | System.TimeSpan | |
counterInstanceName | string | |
return | System |
protected OnStart ( IMessageSession session ) : Task | ||
session | IMessageSession | |
return | Task |
protected OnStop ( IMessageSession session ) : Task | ||
session | IMessageSession | |
return | Task |
public RemoveOldDataPoints ( object state ) : void | ||
state | object | |
return | void |
public Update ( System.DateTime sent, System.DateTime processingStarted, System.DateTime processingEnded ) : void | ||
sent | System.DateTime | |
processingStarted | System.DateTime | |
processingEnded | System.DateTime | |
return | void |