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

◆ Post()

void System.ComponentModel.AsyncOperation.Post ( SendOrPostCallback d,
object? arg )
inline

Definition at line 31 of file AsyncOperation.cs.

32 {
33 PostCore(d, arg, markCompleted: false);
34 }
void PostCore(SendOrPostCallback d, object arg, bool markCompleted)

References System.ComponentModel.AsyncOperation.PostCore().

Referenced by System.Net.WebClient.PostProgressChanged(), and System.ComponentModel.BackgroundWorker.ReportProgress().