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

◆ CompleteCallback() [2/2]

void System.Net.ContextAwareResult.CompleteCallback ( )
inlineprivate

Definition at line 174 of file ContextAwareResult.cs.

175 {
176 if (System.Net.NetEventSource.Log.IsEnabled())
177 {
178 System.Net.NetEventSource.Info(this, "Context set, calling callback.", "CompleteCallback");
179 }
180 base.Complete(IntPtr.Zero);
181 }
static readonly System.Net.NetEventSource Log
static void Info(object thisOrContextObject, FormattableString formattableString=null, [CallerMemberName] string memberName=null)

References System.Net.NetEventSource.Info(), System.Net.NetEventSource.Log, and System.IntPtr.Zero.