ForeGC

Assembly: System;

Description

The ForeGC class implements static methods that are used to start garbage collection.

Comments

The ForeGC is identical to the ForeGarbageCollector class but it does not require new object initialization. When working with Foresight Analytics Platform garbage is collected automatically with the specified frequency but, if required, garbage collecting procedure can be changed. For details see the Garbage Collection subsection.

Static Class Methods

  Method name Brief description
RequestFullClean The RequestFullClean method starts a new cycle of garbage collection.
RequestPartitialClean The RequestPartitialClean method starts one iteration of garbage collection.

See also:

System Assembly Classes