GC..::.CancelFullGCNotification Method Home
This page is specific to:.NET Framework Version:3.54.0
.NET Framework Class Library
GC..::.CancelFullGCNotification Method

Updated: July 2008

Cancels the registration of a garbage collection notification.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)
Syntax

'Usage


GC.CancelFullGCNotification()

'Declaration

<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Public Shared Sub CancelFullGCNotification
Exceptions

ExceptionCondition
InvalidOperationException

This member is not available when concurrent garbage collection is enabled. See the <gcConcurrent> runtime setting for information about how to disable concurrent garbage collection.

Remarks

This method cancels a garbage collection notification that was registered by using the RegisterForFullGCNotification method. You do not have to call this method before adjusting threshold parameter values in subsequent calls to the RegisterForFullGCNotification method.

Examples

The following example cancels a garbage collection registration. This example is part of a larger example provided for the Garbage Collection Notifications topic.

finalExit = True
checkForNotify = False
GC.CancelFullGCNotification()


.NET Framework Security

  • LinkDemand 

    for full trust for the immediate caller. This member cannot be used by partially trusted code.

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information

.NET Framework

Supported in: 3.5 SP1, 3.0 SP2, 2.0 SP2
See Also

Reference

Other Resources

Change History

Date

History

Reason

July 2008

Added topic.

SP1 feature change.

© 2009 Microsoft Corporation. All rights reserved.   Terms of Use | Trademarks | Privacy Statement
Page view tracker
Rate the Lightweight library
x
Lightweight builds on ScriptFree (loband) by adding features you've requested: a SearchBox and default code language selection.
Do you like the SearchBox?
Do you like the tabbed code blocks?
How useful is this topic?
Tell us more.
Thanks
x
You're helping to improve MSDN Online.
Feedback
Switch View
Classic
Lightweight Beta
ScriptFree
Switch View