C# Class 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
ファイルを表示 Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
On_New_Status ( string New_Message, bool ErrorFlag ) : void
Table_To_Hash ( DataTable table ) : int>.Dictionary

Method Details

Process_IIS_Logs() public method

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

SobekCM_Stats_Reader_Processor() public method

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
return System