Gets the background worker executing thread.

Namespace: MonoSoftware.Core.Components
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public Thread BackgroundThread { get; }
Visual Basic
Public ReadOnly Property BackgroundThread As Thread
	Get
Visual C++
public:
property Thread^ BackgroundThread {
	Thread^ get ();
}
F#
member BackgroundThread : Thread with get

Property Value

Type: Thread

See Also