C# Class CCT.NUI.Core.ActionRunner

Show file Open project: an83/KinectTouch2 Class Usage Examples

Public Methods

Method Description
ActionRunner ( System.Action action ) : System
ActionRunner ( System.Action action, System.Action afterStopAction ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
Run ( ) : void

Method Details

ActionRunner() public method

public ActionRunner ( System.Action action ) : System
action System.Action
return System

ActionRunner() public method

public ActionRunner ( System.Action action, System.Action afterStopAction ) : System
action System.Action
afterStopAction System.Action
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void