C# Class Indiefreaks.Xna.Threading.BackgroundWorker

Afficher le fichier Open project: Indiefreaks/igf Class Usage Examples

Méthodes publiques

Méthode Description
BackgroundWorker ( ) : System.Collections.Generic
StartWork ( Task work ) : void

Private Methods

Méthode Description
Start ( Task work ) : void
WorkLoop ( ) : void

Method Details

BackgroundWorker() public méthode

public BackgroundWorker ( ) : System.Collections.Generic
Résultat System.Collections.Generic

StartWork() public static méthode

public static StartWork ( Task work ) : void
work Task
Résultat void