Base interface for classes that provide context information for a main method of a background thread.
sealed class
|
ThreadContext
|
The Thread object that owns this context.
public
readonly
field
|
Owner
|
||
type
|
Thread
|
The parameter object that has been specified when the thread has been started.
public
readonly
field
|
Parameter
|
||
type
|
object
|
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.
|