Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Erlang
NET
ThreadBase
C# Class Erlang.NET.ThreadBase
Mostra file
Open project: takayuki/Erlang.NET
Public Methods
Method
Description
ThreadBase
(
string
name
,
bool
isBackground
) :
System
join
( ) :
void
run
( ) :
void
start
( ) :
void
Method Details
ThreadBase()
public
method
public
ThreadBase
(
string
name
,
bool
isBackground
) :
System
name
string
isBackground
bool
return
System
join()
public
method
public
join
( ) :
void
return
void
run()
public
abstract
method
public
abstract
run
( ) :
void
return
void
start()
public
method
public
start
( ) :
void
return
void