C# (CSharp) Esri.ArcGISRuntime.Toolkit.Internal Namespace

Classes

Name Description
ThrottleTimer The throttle timer is useful for limiting the number of requests to a method if the method is repeatedly called many times but you only want the method raised once. It delays raising the method until a set interval, and any previous calls to the actions in that interval will be cancelled.