ChatterBox.Client.Presentation.Shared.Services.NtpService.abortSync C# (CSharp) Method

abortSync() public method

public abortSync ( ) : void
return void
        public void abortSync()
        {
            if (ntpRTTIntervalTimer != null)
            {
                ntpRTTIntervalTimer.Stop();
            }

            if (ntpQueryTimer != null)
            {
                ntpQueryTimer.Stop();
            }

            ntpResponseMonitor.Stop();
        }
        /// <summary>