ThreadExtensions Start Method (String, Action)Delta Engine Documentation

Namespace: DeltaEngine.Extensions
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public static Thread Start(
	string threadName,
	Action threadRunCode
)

Return Value

Type: Thread
See Also