1
0

修改README

This commit is contained in:
2024-03-18 10:48:55 +08:00
parent e55b957028
commit d79192f1fa
3 changed files with 7 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

View File

@@ -273,3 +273,9 @@ var jobId = BackgroundJob.Enqueue(() => Console.WriteLine("Fire-and-Forget"));
BackgroundJob.ContinueJobWith(jobid, () => Console.WriteLine("Continuations")); BackgroundJob.ContinueJobWith(jobid, () => Console.WriteLine("Continuations"));
``` ```
## Extensions
### Progressing text console and show bar
![ProgressBar](HangfireResources/ProgressBar.jpg)