Namespace: DeltaEngine.ExtensionsAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public static Thread Start(
string threadName,
Action threadRunCode
)
public static Thread Start(
string threadName,
Action threadRunCode
)
Public Shared Function Start (
threadName As String,
threadRunCode As Action
) As Thread
Public Shared Function Start (
threadName As String,
threadRunCode As Action
) As Thread
public:
static Thread^ Start(
String^ threadName,
Action^ threadRunCode
)
public:
static Thread^ Start(
String^ threadName,
Action^ threadRunCode
)
static member Start :
threadName : string *
threadRunCode : Action -> Thread
static member Start :
threadName : string *
threadRunCode : Action -> Thread
Return Value
Type:
Thread