Adjusts the time that the garbage collector intrudes in your application.
<SerializableAttribute> _ Public Enumeration GCLatencyMode
Dim instance As GCLatencyMode
[SerializableAttribute] public enum GCLatencyMode
[SerializableAttribute] public enum class GCLatencyMode
public enum GCLatencyMode
This mode is designed for maximum throughput at the expense of responsiveness.
This mode overrides the <gcConcurrent> runtime configuration setting. If <gcConcurrent> is enabled, switching to Batch mode prevents any further concurrent collections.
This is the only valid mode for the server garbage collector. It is equivalent to garbage collection on a workstation that is not concurrent.
This mode is equivalent to garbage collection on a workstation that is concurrent. It is not available on the server garbage collector.
This mode is not available on the server garbage collector.
You can adjust the intrusiveness of garbage collection in your application by setting the LatencyMode property to a value in this enumeration.
See Latency Modes for a discussion of how the runtime configuration settings for garbage collection affect the default value for this enumeration.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003