QuartzSchedulerRemoveNoGCObject Method

Quartz.NET 3.0 API Documentation
Removes the object from garbage collection protected list.

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

C#
public virtual bool RemoveNoGCObject(
	Object obj
)

Parameters

obj
Type: SystemObject
The obj.

Return Value

Type: Boolean

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

See Also

Reference