Allows all threads to be stopped when the program is stopped.

Namespace:  CoreDevices
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void AddThreadToPool(
	Thread thread
)
Visual Basic (Declaration)
Public Sub AddThreadToPool ( _
	thread As Thread _
)
Visual C++
public:
virtual void AddThreadToPool(
	Thread^ thread
) sealed

Parameters

thread
Type: System.Threading..::.Thread

[Missing <param name="thread"/> documentation for "M:CoreDevices.EasyCore.AddThreadToPool(System.Threading.Thread)"]

Implements

IEasyCoreCom..::.AddThreadToPool(Thread)

See Also