Assembly: Fore;
The IForeGarbageCollector interface contains methods that are used to control garbage collector.
IForeGarbageCollector
During garbage collection, computer memory is cleaned from the objects that are no longer used but are kept in memory for some reason. 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: