[This is preliminary documentation and is subject to change.]
Represents throttling implementation that does nothing and
always returns NOPThrottle
System Object NFX DisposableObject NFX.ApplicationModel ApplicationComponent NFX.Throttling NOPThrottlingNamespace: NFX.ThrottlingAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public class NOPThrottling : ApplicationComponent,
IThrottlingImplementation, IThrottling, IApplicationComponent, IDisposable, IConfigurable
public class NOPThrottling : ApplicationComponent,
IThrottlingImplementation, IThrottling, IApplicationComponent, IDisposable, IConfigurable
Public Class NOPThrottling
Inherits ApplicationComponent
Implements IThrottlingImplementation, IThrottling, IApplicationComponent, IDisposable,
IConfigurable
Public Class NOPThrottling
Inherits ApplicationComponent
Implements IThrottlingImplementation, IThrottling, IApplicationComponent, IDisposable,
IConfigurable
public ref class NOPThrottling : public ApplicationComponent,
IThrottlingImplementation, IThrottling, IApplicationComponent, IDisposable, IConfigurable
public ref class NOPThrottling : public ApplicationComponent,
IThrottlingImplementation, IThrottling, IApplicationComponent, IDisposable, IConfigurable
type NOPThrottling =
class
inherit ApplicationComponent
interface IThrottlingImplementation
interface IThrottling
interface IApplicationComponent
interface IDisposable
interface IConfigurable
end
type NOPThrottling =
class
inherit ApplicationComponent
interface IThrottlingImplementation
interface IThrottling
interface IApplicationComponent
interface IDisposable
interface IConfigurable
end