Click or drag to resize
ThreadClassIsBackground Property
Gets or sets a value indicating whether or not a thread is a background thread.

Namespace: AsterNET.Util
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool IsBackground { get; set; }

Property Value

Type: Boolean
See Also