C# Класс NServiceBus.MessageProcessingOptimizationExtensions

Configuration class for durable messaging.
Показать файл Открыть проект

Открытые методы

Метод Описание
LimitMessageProcessingConcurrencyTo ( this config, int maxConcurrency ) : void

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

Описание методов

LimitMessageProcessingConcurrencyTo() публичный статический Метод

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.
Результат void