C# Class BrutileArcGIS.Lib.MultipleThreadResetEvent

Inheritance: IDisposable
Afficher le fichier Open project: xiaoqqchen/PcArcBruTile Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void

释放对象占用的空间

MultipleThreadResetEvent ( int total ) : System

构造函数

SetOne ( ) : void

唤醒一个等待的线程

WaitAll ( ) : void

等待所以线程执行完毕

Method Details

Dispose() public méthode

释放对象占用的空间
public Dispose ( ) : void
Résultat void

MultipleThreadResetEvent() public méthode

构造函数
public MultipleThreadResetEvent ( int total ) : System
total int 需要等待执行的线程总数
Résultat System

SetOne() public méthode

唤醒一个等待的线程
public SetOne ( ) : void
Résultat void

WaitAll() public méthode

等待所以线程执行完毕
public WaitAll ( ) : void
Résultat void