SuperMap.Web.Mapping.ThrottleTimer.ThrottleTimer C# (CSharp) Метод

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

private ThrottleTimer ( int milliseconds ) : System
milliseconds int
Результат System
        internal ThrottleTimer(int milliseconds)
            : this(milliseconds, null)
        {
        }

Same methods

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