TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

class ThreadContext in Tinman.Core.Threading

Base interface for classes that provide context information for a main method of a background thread.

sealed class ThreadContext  

Public / Attributes

Owner

The Thread object that owns this context.

public readonly field Owner
type Thread

Parameter

The parameter object that has been specified when the thread has been started.

public readonly field Parameter
type object

ShallQuit

Shall the thread terminate gracefully?

public property ShallQuit { get }
type bool
value true if the thread shall terminate as soon as possible, false if not.