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

◆ Cleanup() [2/2]

override void System.Net.ContextAwareResult.Cleanup ( )
inlineprotectedvirtual

Reimplemented from System.Net.LazyAsyncResult.

Definition at line 77 of file ContextAwareResult.cs.

78 {
79 base.Cleanup();
80 if (System.Net.NetEventSource.Log.IsEnabled())
81 {
82 System.Net.NetEventSource.Info(this, null, "Cleanup");
83 }
85 }
static readonly System.Net.NetEventSource Log
static void Info(object thisOrContextObject, FormattableString formattableString=null, [CallerMemberName] string memberName=null)

References System.Net.ContextAwareResult.CleanupInternal(), System.Net.NetEventSource.Info(), and System.Net.NetEventSource.Log.