C# Class NServiceBus.MessageProcessingOptimizationExtensions

Configuration class for durable messaging.
Show file Open project: Particular/NServiceBus

Public Methods

Method Description
LimitMessageProcessingConcurrencyTo ( this config, int maxConcurrency ) : void

Instructs the transport to limits the allowed concurrency when processing messages.

Method Details

LimitMessageProcessingConcurrencyTo() public static method

Instructs the transport to limits the allowed concurrency when processing messages.
public static LimitMessageProcessingConcurrencyTo ( this config, int maxConcurrency ) : void
config this The instance to apply the settings to.
maxConcurrency int The max concurrency allowed.
return void