Allows all threads to be stopped when the program is stopped.
Namespace:
CoreDevicesAssembly: 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)"]