카페검색 본문
카페글 본문
정확도순
-
[예제]C# 기반의 Windows Service 프로그램 2012.10.05해당카페글 미리보기
ThreadStart( this.ServiceMain ); // create the manual reset event and set it to an initial state of unsignaled m_shutdownEvent = new ManualResetEvent(false); // create the worker thread m_thread = new Thread( ts ); // go ahead and start...