[This is preliminary documentation and is subject to change.]
Override to prep throttling implementation i.e. inject something programmaticaly
Namespace: NFX.ApplicationModelAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
protected virtual void BeforeThrottlingStart(
IThrottlingImplementation throttlingImplementation
)
protected virtual void BeforeThrottlingStart(
IThrottlingImplementation throttlingImplementation
)
Protected Overridable Sub BeforeThrottlingStart (
throttlingImplementation As IThrottlingImplementation
)
Protected Overridable Sub BeforeThrottlingStart (
throttlingImplementation As IThrottlingImplementation
)
protected:
virtual void BeforeThrottlingStart(
IThrottlingImplementation^ throttlingImplementation
)
protected:
virtual void BeforeThrottlingStart(
IThrottlingImplementation^ throttlingImplementation
)
abstract BeforeThrottlingStart :
throttlingImplementation : IThrottlingImplementation -> unit
override BeforeThrottlingStart :
throttlingImplementation : IThrottlingImplementation -> unit
abstract BeforeThrottlingStart :
throttlingImplementation : IThrottlingImplementation -> unit
override BeforeThrottlingStart :
throttlingImplementation : IThrottlingImplementation -> unit