ForeGC.RequestPartitialClean

Syntax

RequestPartitialClean;

Description

The RequestPartitialClean method starts one iteration of garbage collection.

Comments

The method is identical to the IForeGarbageCollector.RequestPartitialClean method and works on the same principle.

Example

Sub UserProc;
Begin
    ForeGC.RequestPartitialClean;
End Sub UserProc;

Executing the example starts one iteration of garbage collection.

See also:

ForeGC