C# 클래스 SobekCM.Builder_Library.Statistics.SobekCM_Stats_Reader_Processor

Class processes all web IIS logs to SQL insert commands in a worker thread
This class is used by the SobekCM Stats Reader app
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

공개 메소드들

메소드 설명
Process_IIS_Logs ( ) : void

Process the IIS web logs to SQL insert commands

SobekCM_Stats_Reader_Processor ( string SobekCM_Log_Location, string Temporary_Workspace, string SobekCM_Web_App_Directory, List Year_Months ) : System

Constructor for a new instance of the SobekCM_Stats_Reader_Processor worker class

비공개 메소드들

메소드 설명
On_New_Status ( string New_Message, bool ErrorFlag ) : void
Table_To_Hash ( DataTable table ) : int>.Dictionary

메소드 상세

Process_IIS_Logs() 공개 메소드

Process the IIS web logs to SQL insert commands
public Process_IIS_Logs ( ) : void
리턴 void

SobekCM_Stats_Reader_Processor() 공개 메소드

Constructor for a new instance of the SobekCM_Stats_Reader_Processor worker class
public SobekCM_Stats_Reader_Processor ( string SobekCM_Log_Location, string Temporary_Workspace, string SobekCM_Web_App_Directory, List Year_Months ) : System
SobekCM_Log_Location string
Temporary_Workspace string
SobekCM_Web_App_Directory string
Year_Months List
리턴 System