[This is preliminary documentation and is subject to change.]
Base class defining throttle interface
System Object NFX DisposableObject NFX.ApplicationModel ApplicationComponent NFX.Throttling Throttle NFX.Throttling NOPThrottle NFX.Throttling SlidingWindowThrottle NFX.Throttling TimeSpacingThrottleNamespace: NFX.ThrottlingAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public abstract class Throttle : ApplicationComponent,
IConfigurable, IThrottle, IApplicationComponent, IDisposable
public abstract class Throttle : ApplicationComponent,
IConfigurable, IThrottle, IApplicationComponent, IDisposable
Public MustInherit Class Throttle
Inherits ApplicationComponent
Implements IConfigurable, IThrottle, IApplicationComponent, IDisposable
Public MustInherit Class Throttle
Inherits ApplicationComponent
Implements IConfigurable, IThrottle, IApplicationComponent, IDisposable
public ref class Throttle abstract : public ApplicationComponent,
IConfigurable, IThrottle, IApplicationComponent, IDisposable
public ref class Throttle abstract : public ApplicationComponent,
IConfigurable, IThrottle, IApplicationComponent, IDisposable
[<AbstractClassAttribute>]
type Throttle =
class
inherit ApplicationComponent
interface IConfigurable
interface IThrottle
interface IApplicationComponent
interface IDisposable
end
[<AbstractClassAttribute>]
type Throttle =
class
inherit ApplicationComponent
interface IConfigurable
interface IThrottle
interface IApplicationComponent
interface IDisposable
end