Table of Contents

Class SchedulerThreadEventArgs

Namespace
Stride.Core.MicroThreading
Assembly
Stride.Core.MicroThreading.dll
public class SchedulerThreadEventArgs : EventArgs
Inheritance
SchedulerThreadEventArgs
Inherited Members

Constructors

SchedulerThreadEventArgs(MicroThread, int)

Initializes a new instance of the SchedulerThreadEventArgs class.

public SchedulerThreadEventArgs(MicroThread microThread, int threadId)

Parameters

microThread MicroThread

The micro thread.

threadId int

The managed thread identifier.

Properties

MicroThread

Gets the MicroThread this event concerns.

public MicroThread MicroThread { get; }

Property Value

MicroThread

The micro thread.

ThreadId

Gets the ManagedThreadId active when this event happened.

public int ThreadId { get; }

Property Value

int

The managed thread identifier.