Class SchedulerThreadEventArgs
- Namespace
- Stride.Core.Micro
Threading
- Assembly
- Stride.Core.MicroThreading.dll
Provides data for the Micro
- Inheritance
-
Scheduler
Thread Event Args
- Inherited Members
Constructors
SchedulerThreadEventArgs(MicroThread, int)
Initializes a new instance of the Scheduler
Parameters
microThread
MicroThread The micro thread.
threadId
intThe managed thread identifier.
Properties
MicroThread
Gets the Micro
Property Value
- Micro
Thread The micro thread.
ThreadId
Gets the Managed
Property Value
- int
The managed thread identifier.