C# Class ScriptCs.Gui.StaQueue

Afficher le fichier Open project: hemme/scriptcs-gui Class Usage Examples

Méthodes publiques

Méthode Description
Enqueue ( System.Action a ) : void
StaQueue ( System c ) : System
Start ( ) : void
Stop ( ) : void
operator ( ) : StaQueue

Private Methods

Méthode Description
Consume ( ) : void

Method Details

Enqueue() public méthode

public Enqueue ( System.Action a ) : void
a System.Action
Résultat void

StaQueue() public méthode

public StaQueue ( System c ) : System
c System
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

operator() public static méthode

public static operator ( ) : StaQueue
Résultat StaQueue