Skip to main content
Version: 3.x

IConsumerThrottlingActionsConfigurationBuilder.AddAction method

Adds a throttling action to the configuration.

public IConsumerThrottlingActionsConfigurationBuilder AddAction(
Action<IConsumerThrottlingActionConfigurationBuilder> action)
parameterdescription
actionAn action that configures the throttling action.

Return Value

The same instance of the IConsumerThrottlingActionsConfigurationBuilder for method chaining.

See Also