C# Class Xamarin.Motion.Ticker

Show file Open project: Clancey/Canvas

Public Methods

Method Description
Insert ( Func timeout ) : int
Remove ( int handle ) : void
Ticker ( ) : System

Private Methods

Method Description
HandleElapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void
SendSignals ( ) : void

Method Details

Insert() public method

public Insert ( Func timeout ) : int
timeout Func
return int

Remove() public method

public Remove ( int handle ) : void
handle int
return void

Ticker() public method

public Ticker ( ) : System
return System