Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
QueueUserWorkItemCallbackBase.cs
Go to the documentation of this file.
1
namespace
System.Threading
;
2
3
internal
abstract
class
QueueUserWorkItemCallbackBase
:
IThreadPoolWorkItem
4
{
5
public
virtual
void
Execute
()
6
{
7
}
8
}
System.Threading.QueueUserWorkItemCallbackBase.Execute
virtual void Execute()
Definition
QueueUserWorkItemCallbackBase.cs:5
System.Threading.QueueUserWorkItemCallbackBase
Definition
QueueUserWorkItemCallbackBase.cs:4
System.Threading.IThreadPoolWorkItem
Definition
IThreadPoolWorkItem.cs:4
System.Threading
Definition
TaskToApm.cs:3
source
System.Private.CoreLib
System.Threading
QueueUserWorkItemCallbackBase.cs
Generated by
1.10.0