mscorlib(4.0.0.0) API with additions
GCNotificationStatus.cs
1 namespace System
2 {
5  public enum GCNotificationStatus
6  {
8  Succeeded,
10  Failed,
12  Canceled,
14  Timeout,
17  }
18 }
The time specified by the millisecondsTimeout parameter for either M:System.GC.WaitForFullGCApproach...
The notification failed for any reason.
Definition: __Canon.cs:3
The current registration was canceled by the user.
GCNotificationStatus
Provides information about the current registration for notification of the next full garbage collect...
The notification was successful and the registration was not canceled.
Specifies that the class can be serialized.
This result can be caused by the following: there is no current registration for a garbage collection...