C# Class CCT.NUI.Core.ActionRunner

Afficher le fichier Open project: an83/KinectTouch2 Class Usage Examples

Méthodes publiques

Méthode Description
ActionRunner ( System.Action action ) : System
ActionRunner ( System.Action action, System.Action afterStopAction ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
Run ( ) : void

Method Details

ActionRunner() public méthode

public ActionRunner ( System.Action action ) : System
action System.Action
Résultat System

ActionRunner() public méthode

public ActionRunner ( System.Action action, System.Action afterStopAction ) : System
action System.Action
afterStopAction System.Action
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void