Thread.

Thread(IRunnable, string) Constructor

Assembly
Db4objects.Db4o-2010.dll
Namespace
Sharpen.Lang
Containing Type
Thread

Syntax

public Thread(IRunnable target, string name)

Parameters

Name Type Description
target IRunnable
name string

Return Value

Type Description
void