Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ WaitForFullGCComplete() [2/2]

static GCNotificationStatus System.GC.WaitForFullGCComplete ( int millisecondsTimeout)
inlinestatic

Definition at line 312 of file GC.cs.

313 {
314 if (millisecondsTimeout < -1)
315 {
316 throw new ArgumentOutOfRangeException("millisecondsTimeout", SR.ArgumentOutOfRange_NeedNonNegOrNegative1);
317 }
319 }
static int _WaitForFullGCComplete(int millisecondsTimeout)

References System.GC._WaitForFullGCComplete(), System.SR.ArgumentOutOfRange_NeedNonNegOrNegative1, and System.millisecondsTimeout.