C# Class Taps.TaskMgr

Inheritance: IDisposable
Afficher le fichier Open project: tnwinc/TAP.Net Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Run ( ScriptPath srcs ) : void
TaskMgr ( TaskMgrClient client ) : System

Private Methods

Méthode Description
AddTask ( ScriptPath sp, bool single ) : void
CountRunningTasks ( ) : int
ReapHead ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Run() public méthode

public Run ( ScriptPath srcs ) : void
srcs ScriptPath
Résultat void

TaskMgr() public méthode

public TaskMgr ( TaskMgrClient client ) : System
client TaskMgrClient
Résultat System