WebStats dotNet Scheduler - Code Documentation
Settings.RecurringEvent Class
Namespaces > Scheduler > Settings > RecurringEvent
An event that happens over and over on a set schedule.
Syntax
C#Visual BasicManaged C++J#
public class RecurringEvent : Settings.Event
Public Class RecurringEvent _
	Inherits Event
public ref class RecurringEvent : public Event
public class RecurringEvent extends Settings.Event
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
RecurringEventNew()
Initializes a new instance of the RecurringEvent class.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType()
Gets the Type of the current instance.
(Inherited from Object.)
LogsToProcess
The filepaths of the logs that are to be processed.
(Inherited from Event.)
MemberwiseClone()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Name
The name of the Event.
(Inherited from Event.)
NextRun
When this event should next be fired.

ProcessedLogs
Log files which have already been processed. We track these so that we do not duplicate data in the reports.

ProfilePath
The path to the profile used to generate this report.
(Inherited from Event.)
RepeatUnit
The unit part of how often this event should fire. Paired with RepeatValue

RepeatValue
The quantity part of how often this event should fire. Paired with: RepeatUnitType RepeatUnit.

Reprocessing
If true then data duplication in reports should be permitted.

SaveDirectory
The directory where the output reports should be saved.
(Inherited from Event.)
SettingsDirectory
The path to the directory where the settings files (browsers.xml, etc.) are stored.
(Inherited from Event.)
Start
The earliest possible date/time combination that this event can be fired.
(Inherited from Event.)
Stop
The absolute last second that this event can run.

ToString()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
Event
 RecurringEvent

Assembly: Scheduler (Module: Scheduler) Version: 0.6.2.0