C# Класс withSIX.Core.Helpers.TimerWithElapsedCancellation

Наследование: TimerWithElapsedCancellationAsync
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
TimerWithElapsedCancellation ( System.TimeSpan time, Func onElapsed, System.Action onDisposed = null ) : System
TimerWithElapsedCancellation ( double time, Func onElapsed, System.Action onDisposed = null ) : System

Описание методов

TimerWithElapsedCancellation() публичный Метод

public TimerWithElapsedCancellation ( System.TimeSpan time, Func onElapsed, System.Action onDisposed = null ) : System
time System.TimeSpan
onElapsed Func
onDisposed System.Action
Результат System

TimerWithElapsedCancellation() публичный Метод

public TimerWithElapsedCancellation ( double time, Func onElapsed, System.Action onDisposed = null ) : System
time double
onElapsed Func
onDisposed System.Action
Результат System