C# 클래스 WebAnalytics.EngineLayer.AnalyticsEngine

파일 보기 프로젝트 열기: projectkudu/IISLogAnalyzerSiteExtension 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

AddMetricFactor() 공개 메소드

Add functions to this list
public AddMetricFactor ( Func functor ) : void
functor Func
리턴 void

AnalyticsEngine() 공개 메소드

public AnalyticsEngine ( ) : System
리턴 System

GetMetricsDescriptions() 공개 메소드

Return the metrics and their descriptions for each and the parameters they need
public GetMetricsDescriptions ( ) : List
리턴 List

RunAlternativeEngine() 공개 메소드

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