XMLSchedulingDataProcessorPlugin MembersQuartz.NET API Documentation

The XMLSchedulingDataProcessorPlugin type exposes the following members.

Constructors

  NameDescription
Public methodXMLSchedulingDataProcessorPlugin
Initializes a new instance of the XMLSchedulingDataProcessorPlugin class.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFileUpdated
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize
Called during creation of the IScheduler in order to give the ISchedulerPlugin a chance to initialize.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodProcessFile
Public methodShutdown
Called in order to inform the ISchedulerPlugin that it should free up all of it's resources because the scheduler is shutting down.
Public methodStart
Called when the associated IScheduler is started, in order to let the plug-in know it can now make calls into the scheduler if it needs to.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyFailOnFileNotFound
Whether or not initialization of the plugin should fail (throw an exception) if the file cannot be found. Default is  .
Public propertyFileNames
Comma separated list of file names (with paths) to the XML files that should be read.
Public propertyJobFiles
Protected propertyLog
Gets the log.
Public propertyName
Public propertyScanInterval
The interval at which to scan for changes to the file. If the file has been changed, it is re-loaded and parsed. The default value for the interval is 0, which disables scanning.
Public propertyScheduler
Protected propertyTypeLoadHelper
Top
See Also