Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Aegis
Threading
WorkerThread
C# Class Aegis.Threading.WorkerThread
显示文件
Open project: SyncZone/AegisFramework
Class Usage Examples
Public Methods
Method
Description
Increase
(
int
threadCount
) :
void
Post
(
System.Action
item
) :
void
Start
( ) :
void
Stop
( ) :
void
WorkerThread
(
string
name
) :
System
Private Methods
Method
Description
Run
( ) :
void
Method Details
Increase()
public
method
public
Increase
(
int
threadCount
) :
void
threadCount
int
return
void
Post()
public
method
public
Post
(
System.Action
item
) :
void
item
System.Action
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Stop()
public
method
public
Stop
( ) :
void
return
void
WorkerThread()
public
method
public
WorkerThread
(
string
name
) :
System
name
string
return
System