Updated: July 2008
Cancels the registration of a garbage collection notification.
'Usage GC.CancelFullGCNotification() 'Declaration <PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _ Public Shared Sub CancelFullGCNotification
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.
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.
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()
for full trust for the immediate caller. This member cannot be used by partially trusted code.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
Date
History
Reason
July 2008
Added topic.
SP1 feature change.