RequestPartitialClean;
The RequestPartitialClean method starts one iteration of garbage collection.
The method is identical to the IForeGarbageCollector.RequestPartitialClean method and works on the same principle.
Sub UserProc;
Begin
ForeGC.RequestPartitialClean;
End Sub UserProc;
Executing the example starts one iteration of garbage collection.
See also: