C# 클래스 WebAnalytics.Model.Metrics.SessionNumberMetric

상속: IMetric
파일 보기 프로젝트 열기: projectkudu/IISLogAnalyzerSiteExtension

공개 메소드들

메소드 설명
GetResult ( ) : object

Return the number of unique sessions

ProcessEntry ( HttpLogEntry entry ) : void

At the api controller level, time is already considered, now with the filtered logs dependent on the time the user specefied, perform the metric jobs for these log entries

SessionNumberMetric ( ) : System
SetParameters ( string>.Dictionary args ) : void
SetParameters ( string args ) : void

비공개 메소드들

메소드 설명
AddSession ( string arg ) : void
IMetric ( ) : List

메소드 상세

GetResult() 공개 메소드

Return the number of unique sessions
public GetResult ( ) : object
리턴 object

ProcessEntry() 공개 메소드

At the api controller level, time is already considered, now with the filtered logs dependent on the time the user specefied, perform the metric jobs for these log entries
public ProcessEntry ( HttpLogEntry entry ) : void
entry WebAnalytics.Model.Logs.HttpLogEntry
리턴 void

SessionNumberMetric() 공개 메소드

public SessionNumberMetric ( ) : System
리턴 System

SetParameters() 공개 메소드

public SetParameters ( string>.Dictionary args ) : void
args string>.Dictionary
리턴 void

SetParameters() 공개 메소드

public SetParameters ( string args ) : void
args string
리턴 void