Info
Version: | 1.0.0 |
Author(s): | Chris Davis |
Last Update: | Wednesday, January 20, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/PollWatcher |
Install
Install-Package PollWatcher
dotnet add package PollWatcher
paket add PollWatcher
PollWatcher Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- System.Reactive(>= 4.4.1)
- System.Reactive(>= 4.4.1)
- System.Reactive(>= 4.4.1)
- System.Reactive(>= 4.4.1)
Tags
This enables event-driven development in scenarios where events are not provided and cannot easily be added.
Possible use-cases include: monitoring responses from an API, creating a recurring database task, polling a remote file server for changes, etc.
Built leveraging the System.Reactive namespace.