NOPThrottling ClassNFX Class Library

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

Represents throttling implementation that does nothing and always returns NOPThrottle
Inheritance Hierarchy

OnlineSystem Object
  NFX DisposableObject
    NFX.ApplicationModel ApplicationComponent
      NFX.Throttling NOPThrottling

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

public class NOPThrottling : ApplicationComponent, 
	IThrottlingImplementation, IThrottling, IApplicationComponent, IDisposable, IConfigurable
See Also