[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
System Object NFX DisposableObject NFX.ApplicationModel ApplicationComponent NFX.ServiceModel Service NFX.Throttling ThrottlingServiceNamespace: NFX.ThrottlingAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigMacroContextAttribute]
public class ThrottlingService : Service,
IThrottlingImplementation, IThrottling, IApplicationComponent, IDisposable, IConfigurable
[ConfigMacroContextAttribute]
public class ThrottlingService : Service,
IThrottlingImplementation, IThrottling, IApplicationComponent, IDisposable, IConfigurable
<ConfigMacroContextAttribute>
Public Class ThrottlingService
Inherits Service
Implements IThrottlingImplementation, IThrottling, IApplicationComponent, IDisposable,
IConfigurable
<ConfigMacroContextAttribute>
Public Class ThrottlingService
Inherits Service
Implements IThrottlingImplementation, IThrottling, IApplicationComponent, IDisposable,
IConfigurable
[ConfigMacroContextAttribute]
public ref class ThrottlingService : public Service,
IThrottlingImplementation, IThrottling, IApplicationComponent, IDisposable, IConfigurable
[ConfigMacroContextAttribute]
public ref class ThrottlingService : public Service,
IThrottlingImplementation, IThrottling, IApplicationComponent, IDisposable, IConfigurable
[<ConfigMacroContextAttribute>]
type ThrottlingService =
class
inherit Service
interface IThrottlingImplementation
interface IThrottling
interface IApplicationComponent
interface IDisposable
interface IConfigurable
end
[<ConfigMacroContextAttribute>]
type ThrottlingService =
class
inherit Service
interface IThrottlingImplementation
interface IThrottling
interface IApplicationComponent
interface IDisposable
interface IConfigurable
end