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

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

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

Метод Описание
TimerWithElapsedCancellationOnExceptionOnly ( System.TimeSpan time, System.Action onElapsed ) : System
TimerWithElapsedCancellationOnExceptionOnly ( double time, System.Action onElapsed ) : System

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

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

public TimerWithElapsedCancellationOnExceptionOnly ( System.TimeSpan time, System.Action onElapsed ) : System
time System.TimeSpan
onElapsed System.Action
Результат System

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

public TimerWithElapsedCancellationOnExceptionOnly ( double time, System.Action onElapsed ) : System
time double
onElapsed System.Action
Результат System