Click or drag to resize

Thread Constructor

Initializes a new instance of the Thread class for a specific ation

Namespace:  Eto.Threading
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Thread(
	Action action
)

Parameters

action
Type: SystemAction
Action to execute in a separate thread
See Also