C# 클래스 SobekCM.Builder_Library.Modules.Schedulable.CalculateUsageStatisticsModule

Schedulable builder module reads the IIS usage logs and loads statistics from the previous month into the SobekCM database for display
This class implements the abstractSchedulableModule abstract class and implements the iSchedulableModule interface.
상속: SobekCM.Builder_Library.Modules.Schedulable.abstractSchedulableModule
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

공개 메소드들

메소드 설명
DoWork ( InstanceWide_Settings Settings ) : void

Checks to see if there are web logs that need to be processed to the usage statistics

비공개 메소드들

메소드 설명
Send_Usage_Emails ( int year, int month, string SystemUrl, string SystemName, string FromAddress, string FromName ) : int
processor_New_Status ( string NewMessage, bool Error ) : void

메소드 상세

DoWork() 공개 메소드

Checks to see if there are web logs that need to be processed to the usage statistics
public DoWork ( InstanceWide_Settings Settings ) : void
Settings SobekCM.Core.Settings.InstanceWide_Settings Instance-wide settings which may be required for this process
리턴 void