IConsumerThrottlingActionsConfigurationBuilder.AddAction method
Adds a throttling action to the configuration.
public IConsumerThrottlingActionsConfigurationBuilder AddAction(
Action<IConsumerThrottlingActionConfigurationBuilder> action)
| parameter | description |
|---|---|
| action | An action that configures the throttling action. |
Return Value
The same instance of the IConsumerThrottlingActionsConfigurationBuilder for method chaining.