C# Class PTK.Utils.Repeat

ファイルを表示 Open project: prom3theu5/iNGEN-Ark-RCON-Desktop

Public Methods

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

Method Details

Interval() public static method

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
return Task