C# 클래스 NServiceBus.MessageProcessingOptimizationExtensions

Configuration class for durable messaging.
파일 보기 프로젝트 열기: Particular/NServiceBus

공개 메소드들

메소드 설명
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