Throttle ClassNFX Class Library

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

Base class defining throttle interface
Inheritance Hierarchy

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

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

public abstract class Throttle : ApplicationComponent, 
	IConfigurable, IThrottle, IApplicationComponent, IDisposable
See Also