TimeSpacingThrottle ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Throttle based on space reservation in time. It allows at most Limit calls of Try() function per Interval. The calls are assumed to be equally spaced within the Interval
Inheritance Hierarchy

OnlineSystem Object
  NFX DisposableObject
    NFX.ApplicationModel ApplicationComponent
      NFX.Throttling Throttle
        NFX.Throttling TimeSpacingThrottle

Namespace: NFX.Throttling
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public class TimeSpacingThrottle : Throttle
See Also