System.Runtime.GCLatencyMode.Interactive Field

Enables garbage collection concurrency and reclaims objects while the application is running. This is the default mode for garbage collection on a workstation and is less intrusive than GCLatencyMode.Batch. It balances responsiveness with throughput.

Syntax

GCLatencyMode Interactive

Remarks

This mode is equivalent to garbage collection on a workstation that is concurrent.

Requirements

Namespace: System.Runtime
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0