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
Показать файл Открыть проект Примеры использования класса

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

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