C# Class wmib.Core.ThreadManager

Used to keep track of all threads used by a bot, it's recommended to register every single thread you create here so that we can keep track of them. You can also use this to list all current threads, kill them, etc
Afficher le fichier Open project: benapetr/wikimedia-bot

Méthodes publiques

Méthode Description
KillThread ( Thread t ) : void
RegisterThread ( Thread t ) : void
UnregisterThread ( Thread t ) : void

Method Details

KillThread() public static méthode

public static KillThread ( Thread t ) : void
t Thread
Résultat void

RegisterThread() public static méthode

public static RegisterThread ( Thread t ) : void
t Thread
Résultat void

UnregisterThread() public static méthode

public static UnregisterThread ( Thread t ) : void
t Thread
Résultat void