System.Net.TimerThread.InfiniteTimer.Cancel C# (CSharp) Метод

Cancel() приватный Метод

Cancels the timer. Returns true the first time, false after that.

private Cancel ( ) : bool
Результат bool
            internal override bool Cancel()
            {
                return Interlocked.Exchange(ref _cancelled, 1) == 0;
            }
        }
TimerThread.InfiniteTimer