GarbageCollectGetTimeLimit

Description

Gets the current minimum interval for garbage collection.

Syntax

GarbageCollectGetTimeLimit ( )

Returns

Long. Returns the current minimum garbage collection interval.

Usage

Reads the current minimum period between garbage collection passes.

Examples

Example 1

This statement returns the interval between garbage collection passes in the variable CollectTime:

long CollectTime


CollectTime = GarbageCollectGetTimeLimit()

See also