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

◆ InternalWaitForCompletion() [3/3]

object System.Net.LazyAsyncResult.InternalWaitForCompletion ( )
inlinepackageinherited

Definition at line 244 of file LazyAsyncResult.cs.

245 {
246 return WaitForCompletion(snap: true);
247 }
object WaitForCompletion(bool snap)

References System.Net.LazyAsyncResult.WaitForCompletion().