C# Class InfluxDB.Collector.Platform.PortableTimer

Inheritance: IDisposable
显示文件 Open project: influxdata/influxdb-csharp Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
PortableTimer ( Action onTick ) : System
Start ( System.TimeSpan interval ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

PortableTimer() public method

public PortableTimer ( Action onTick ) : System
onTick Action
return System

Start() public method

public Start ( System.TimeSpan interval ) : void
interval System.TimeSpan
return void