C# Class LongoMatch.Core.Store.Timer

Mostrar archivo Open project: GNOME/longomatch Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
CancelCurrent ( ) : void
Start ( Time start, string name = null ) : TimeNode
Stop ( Time stop ) : void
Timer ( ) : System

Method Details

CancelCurrent() public method

public CancelCurrent ( ) : void
return void

Start() public method

public Start ( Time start, string name = null ) : TimeNode
start Time
name string
return TimeNode

Stop() public method

public Stop ( Time stop ) : void
stop Time
return void

Timer() public method

public Timer ( ) : System
return System