QuartzScheduler RemoveNoGCObject Method Quartz.NET API Documentation
Removes the object from garbae collection protected list.

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

public virtual bool RemoveNoGCObject(
	Object obj
)

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Quartz.Core.QuartzScheduler.RemoveNoGCObject(System.Object)"]

See Also