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

◆ WorkerSupportsCancellation

bool System.ComponentModel.BackgroundWorker.WorkerSupportsCancellation
getset

Definition at line 38 of file BackgroundWorker.cs.

39 {
40 get
41 {
42 return _canCancelWorker;
43 }
44 set
45 {
47 }
48 }

Referenced by System.ComponentModel.BackgroundWorker.CancelAsync().