C# 클래스 WebAnalytics.DataLayer.DataEngine

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

공개 메소드들

메소드 설명
GetLines ( System.DateTime start, System.DateTime end ) : IEnumerable

Given a start and end date, return logs in a W3C_Extended object in that time interval Only return logs that have cookies within them

SetDataEngine ( string path ) : void

Set the location of the log files and create bookmarks for each of these log files.

메소드 상세

GetLines() 공개 메소드

Given a start and end date, return logs in a W3C_Extended object in that time interval Only return logs that have cookies within them
public GetLines ( System.DateTime start, System.DateTime end ) : IEnumerable
start System.DateTime
end System.DateTime
리턴 IEnumerable

SetDataEngine() 공개 메소드

Set the location of the log files and create bookmarks for each of these log files.
public SetDataEngine ( string path ) : void
path string Directory that holds all the log files
리턴 void