Skip to content

Instantly share code, notes, and snippets.

@chinhvo
Forked from GrillPhil/Program.cs
Created May 17, 2023 09:50
Show Gist options
  • Save chinhvo/135c0eed6c6deb2f0bc2c4d453caa864 to your computer and use it in GitHub Desktop.
Save chinhvo/135c0eed6c6deb2f0bc2c4d453caa864 to your computer and use it in GitHub Desktop.
app.MapGet("/background", (
PeriodicHostedService service) =>
{
return new PeriodicHostedServiceState(service.IsEnabled);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment