SchedulerContext ClassQuartz.NET API Documentation
Holds context/environment data that can be made available to Jobs as they are executed.
Inheritance Hierarchy

System Object
  Quartz.Util DirtyFlagMap String, Object 
    Quartz.Util StringKeyDirtyFlagMap
      Quartz SchedulerContext

Namespace: Quartz
Assembly: Quartz (in Quartz.dll) Version: 2.2.1.400
Syntax

[SerializableAttribute]
public class SchedulerContext : StringKeyDirtyFlagMap
Remarks

Future versions of Quartz may make distinctions on how it propagates data in SchedulerContext between instances of proxies to a single scheduler instance - i.e. if Quartz is being used via WCF of Remoting.
See Also