C# Класс WebAnalytics.Model.Metrics.SessionNumberMetric

Наследование: IMetric
Показать файл Открыть проект

Открытые методы

Метод Описание
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