C# Class Hardly.Threadable

Afficher le fichier Open project: hardlydifficult/HardlyBot

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Run ( ) : void
Start ( ) : void
Start ( System.Action run ) : void

Méthodes protégées

Méthode Description
Run_Blocking ( ) : void

Method Details

Run() public méthode

public Run ( ) : void
Résultat void

Run_Blocking() protected abstract méthode

protected abstract Run_Blocking ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Start() public méthode

public Start ( System.Action run ) : void
run System.Action
Résultat void