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

ThrottleTimer() private method

private ThrottleTimer ( int milliseconds ) : System
milliseconds int
return System
        internal ThrottleTimer(int milliseconds)
            : this(milliseconds, null)
        {
        }

Same methods

ThrottleTimer::ThrottleTimer ( int milliseconds, System.Action handler ) : System