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:
void AddThreadToPool(
	Thread^ thread
)

Parameters

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

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

See Also