Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 961 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 961 Bytes

Net.CronJob.Demo

這個專案專注於實作排程工作機制。
This project focus on implement cron job mechanism.

練習實作排程工作機制於 .NET 上。
To practice how cron job mechanism implement on .NET.

運行專案

透過 Visual Studio 2022 或者利用 dotnet run 指令先把專案跑起來。

  1. Run the project from Visual Studio 2022 or by typing dotnet run in a command window.

回到命令列視窗,你將會看到以下訊息:

  1. Back to command window, your will see the message:
    Image

自己試試看。

  1. Try it yourself.
    Image

提示:試著想想看排程工作其實是背景服務。

Tips: Try to think about cron job is worker service.

參考