WebStats dotNet Scheduler - Code Documentation
Scheduler Namespace
Namespaces > Scheduler
The scheduler windows service.
Syntax
C#Visual BasicManaged C++J#
namespace Scheduler
Namespace Scheduler
namespace Scheduler
package Scheduler
Types
All TypesClassesStructuresInterfacesEnumerationsDelegates
IconNameDescription
public classEvent
Base class for an event

public enumerationLogLevelType
The level of logging.

public classLogToProcess
Represents a log(s) to process. This is done by going to the Directory and running a RegEx match on all filenames in that directory with SearchString.

public classOneTimeEvent
An event that happens only one time.

public classProjectInstaller
Installer class.
Project installer class.

public classRecurringEvent
An event that happens over and over on a set schedule.

public enumerationRepeatUnitType
A unit of time.

public classScheduler
Scheduler class.
Scheduler class.

public classSettings
The Settings class holds all of the settings that tell Scheduler how to run.