ThrottlingService ClassNFX Class Library

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

A service that maintains throttling components in an application and allows to turn on/off global throttling functionality
Inheritance Hierarchy

OnlineSystem Object
  NFX DisposableObject
    NFX.ApplicationModel ApplicationComponent
      NFX.ServiceModel Service
        NFX.Throttling ThrottlingService

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

[ConfigMacroContextAttribute]
public class ThrottlingService : Service, 
	IThrottlingImplementation, IThrottling, IApplicationComponent, IDisposable, IConfigurable
See Also