C# Class WebAnalytics.EngineLayer.AnalyticsEngine

Afficher le fichier Open project: projectkudu/IISLogAnalyzerSiteExtension Class Usage Examples

Méthodes publiques

Méthode Description
AddMetricFactor ( Func functor ) : void

Add functions to this list

AnalyticsEngine ( ) : System
GetMetricsDescriptions ( ) : List

Return the metrics and their descriptions for each and the parameters they need

RunAlternativeEngine ( System.DateTime start, System.DateTime end, System.TimeSpan timeInterval ) : MetricResult

Private Methods

Méthode Description
HelperFunction ( System.DateTime start, System.DateTime end, W3C_Extended_Log log ) : void

Used this function to perform metric computations between a start time and intermediate time

MakeNewMetricCollection ( ) : void

Method Details

AddMetricFactor() public méthode

Add functions to this list
public AddMetricFactor ( Func functor ) : void
functor Func
Résultat void

AnalyticsEngine() public méthode

public AnalyticsEngine ( ) : System
Résultat System

GetMetricsDescriptions() public méthode

Return the metrics and their descriptions for each and the parameters they need
public GetMetricsDescriptions ( ) : List
Résultat List

RunAlternativeEngine() public méthode

public RunAlternativeEngine ( System.DateTime start, System.DateTime end, System.TimeSpan timeInterval ) : MetricResult
start System.DateTime
end System.DateTime
timeInterval System.TimeSpan
Résultat MetricResult