C# Class NServiceBus.MessageProcessingOptimizationExtensions

Configuration class for durable messaging.
Afficher le fichier Open project: Particular/NServiceBus

Méthodes publiques

Méthode Description
LimitMessageProcessingConcurrencyTo ( this config, int maxConcurrency ) : void

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

Method Details

LimitMessageProcessingConcurrencyTo() public static méthode

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.
Résultat void