Assembly: System;
Namespace: Prognoz.Platform.Interop.ForeSystem;
The ForeGC class implements static methods that are used to start garbage collection.
The ForeGC is identical to the ForeGarbageCollector class but it does not require new object initialization. On 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 new cycle of garbage collection. | |
RequestPartitialClean | The RequestPartitialClean method starts one iteration of garbage collection. |
See also: