C# 클래스 PTK.Utils.Repeat

파일 보기 프로젝트 열기: prom3theu5/iNGEN-Ark-RCON-Desktop

공개 메소드들

메소드 설명
Interval ( System.TimeSpan pollInterval, System.Action action, CancellationToken token, bool isRepeat ) : Task

메소드 상세

Interval() 공개 정적인 메소드

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
리턴 Task