C# Class Mono.MicroThreads.MicroThread

Inheritance: IDisposable
Afficher le fichier Open project: mono/mono-microthreads Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Interrupt ( ) : void
MicroThread ( MicroThreadStart start ) : System
Sleep ( int milliseconds ) : void
Start ( ) : void
ToString ( ) : string
Wait ( ) : void
WakeUp ( ) : void
Yield ( ) : void

Private Methods

Méthode Description
Run ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Interrupt() public méthode

public Interrupt ( ) : void
Résultat void

MicroThread() public méthode

public MicroThread ( MicroThreadStart start ) : System
start MicroThreadStart
Résultat System

Sleep() public méthode

public Sleep ( int milliseconds ) : void
milliseconds int
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Wait() public méthode

public Wait ( ) : void
Résultat void

WakeUp() public méthode

public WakeUp ( ) : void
Résultat void

Yield() public méthode

public Yield ( ) : void
Résultat void