DirtyFlagMap Remove Method Quartz.NET API Documentation
When implemented by a class, removes the element with the specified key from the IDictionary.

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

public virtual void Remove(
	Object key
)

Implements

IDictionary Remove(Object)
Exceptions

ExceptionCondition
ArgumentNullExceptionkey is  .
NotSupportedException

The IDictionary is read-only.

-or-

The IDictionary has a fixed size.

See Also