Assembly: Fore;
The ForeGC class implements static methods that are used to start garbage collection.
The ForeGC class is identical to the ForeGarbageCollector class but does not require initialization of new object. 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 section.
Method name | Brief description | |
RequestFullClean | The RequestFullClean method starts a full cycle of garbage collection. | |
RequestPartitialClean | The RequestPartitialClean method starts one iteration of garbage collection. |
See also: