C# Class GnomeSurferPro.ThreadWorkers.GeneSearchWorker

Afficher le fichier Open project: igemsoftware/BU_Wellesley_Software_2011 Class Usage Examples

Méthodes publiques

Méthode Description
GeneSearchWorker ( Dispatcher dispatcher, IChromosomeStream stream, String query, Action callback ) : System
Start ( ) : void

Private Methods

Méthode Description
DoGeneSearch ( ) : void
OnSearchCompleted ( ) : void

Method Details

GeneSearchWorker() public méthode

public GeneSearchWorker ( Dispatcher dispatcher, IChromosomeStream stream, String query, Action callback ) : System
dispatcher System.Windows.Threading.Dispatcher
stream IChromosomeStream
query String
callback Action
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void