Aegis.Threading.SpinWorker.Release C# (CSharp) Méthode

Release() public static méthode

public static Release ( ) : void
Résultat void
        public static void Release()
        {
            _dispatchThread.Stop();
            _workerThread.Stop();
        }