DirtyFlagMap Clear Method Quartz.NET API Documentation
When implemented by a class, removes all elements from the IDictionary.

Namespace: Quartz.Util
Assembly: Quartz (in Quartz.dll) Version: 1.0.3.3
Syntax

public virtual void Clear()

Implements

IDictionary Clear 
Exceptions

ExceptionCondition
NotSupportedException The IDictionary is read-only.
See Also