simpletimer.net

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

simpletimer.net

1.0.0.2
unpublished
Maintainers
0

A Simple Timer for .NET Standard and Greater

Basic Usage

SimpleTimer st = new(10000, () => Task.Run(TestTask));

Start

Start the timer and trigger the callback at the interval

st.Start();

Stop

Stop the timer which will stop triggering the callback

st.Stop();

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts