C# Class PTK.Utils.Repeat

Afficher le fichier Open project: prom3theu5/iNGEN-Ark-RCON-Desktop

Méthodes publiques

Méthode Description
Interval ( System.TimeSpan pollInterval, System.Action action, CancellationToken token, bool isRepeat ) : Task

Method Details

Interval() public static méthode

public static Interval ( System.TimeSpan pollInterval, System.Action action, CancellationToken token, bool isRepeat ) : Task
pollInterval System.TimeSpan
action System.Action
token System.Threading.CancellationToken
isRepeat bool
Résultat Task