SuperMap.WinRT.Mapping.ThrottleTimer.ThrottleTimer C# (CSharp) Méthode

ThrottleTimer() private méthode

private ThrottleTimer ( int milliseconds ) : System
milliseconds int
Résultat System
        internal ThrottleTimer(int milliseconds)
            : this(milliseconds, null)
        {
        }

Same methods

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