Aegis.Threading.SpinWorker.Release C# (CSharp) 메소드

Release() 공개 정적인 메소드

public static Release ( ) : void
리턴 void
        public static void Release()
        {
            _dispatchThread.Stop();
            _workerThread.Stop();
        }