QuartzScheduler AddNoGCObject Method Quartz.NET API Documentation
Adds an object that should be kept as reference to prevent it from being garbage collected.

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

public virtual void AddNoGCObject(
	Object obj
)
See Also