[C#] quartz 모듈 사용하기
What happens when quartz sheduler becomes out of scope? What happens when quartz sheduler becomes out of scope? Will Garbage Collector kills it or it will keep running? Samle code: namespace Quartz_test { public class SimpleJob : IJob { stackoverflow.com 예제 샘플은 대략 아래와 같습니다. 버전은 2.6 이며, 비주얼스투디어 2012에서 확인 하였음. using Quartz; using Quartz.Impl; using Quartz.Impl.Matchers; using System; using System...
2023.01.28