C# Class InfluxDB.Collector.Platform.PortableTimer

Inheritance: IDisposable
Afficher le fichier Open project: influxdata/influxdb-csharp Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
PortableTimer ( Action onTick ) : System
Start ( System.TimeSpan interval ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

PortableTimer() public méthode

public PortableTimer ( Action onTick ) : System
onTick Action
Résultat System

Start() public méthode

public Start ( System.TimeSpan interval ) : void
interval System.TimeSpan
Résultat void