C# Class Shared.BackgroundThread

Afficher le fichier Open project: jbouzaglou/PetPigeonsESB

Méthodes publiques

Méthode Description
BackgroundThread ( System.Action threadWork ) : System
Join ( ) : void
Start ( ) : void

Method Details

BackgroundThread() public méthode

public BackgroundThread ( System.Action threadWork ) : System
threadWork System.Action
Résultat System

Join() public méthode

public Join ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void