SuperMap.Web.Mapping.ThrottleTimer.Cancel C# (CSharp) Method

Cancel() private method

private Cancel ( ) : void
return void
        internal void Cancel()
        {
            throttleTimer.Stop();
        }