C# Class Hardly.Thread

Inheritance: Threadable
Afficher le fichier Open project: hardlydifficult/HardlyBot

Méthodes publiques

Méthode Description
SleepInMilliseconds ( int milliseconds ) : void
SleepInMilliseconds ( uint milliseconds ) : void
SleepInSeconds ( int seconds ) : void
SleepInSeconds ( uint seconds ) : void
StartNewThread ( System.Action run ) : Thread
Thread ( System.Action run ) : System

Méthodes protégées

Méthode Description
Run_Blocking ( ) : void

Method Details

Run_Blocking() protected méthode

protected Run_Blocking ( ) : void
Résultat void

SleepInMilliseconds() public static méthode

public static SleepInMilliseconds ( int milliseconds ) : void
milliseconds int
Résultat void

SleepInMilliseconds() public static méthode

public static SleepInMilliseconds ( uint milliseconds ) : void
milliseconds uint
Résultat void

SleepInSeconds() public static méthode

public static SleepInSeconds ( int seconds ) : void
seconds int
Résultat void

SleepInSeconds() public static méthode

public static SleepInSeconds ( uint seconds ) : void
seconds uint
Résultat void

StartNewThread() public static méthode

public static StartNewThread ( System.Action run ) : Thread
run System.Action
Résultat Thread

Thread() public méthode

public Thread ( System.Action run ) : System
run System.Action
Résultat System