IForeGarbageCollector

Assembly: System;

Description

The IForeGarbageCollector interface contains methods that are used to control garbage collector.

Inheritance Hierarchy

IForeGarbageCollector

Comments

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 subsection.

Methods

  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:

System Assembly Interfaces