Method | Description | |
---|---|---|
LimitMessageProcessingConcurrencyTo ( this config, int maxConcurrency ) : void |
Instructs the transport to limits the allowed concurrency when processing messages.
|
public static LimitMessageProcessingConcurrencyTo ( this config, int maxConcurrency ) : void | ||
config | this | The |
maxConcurrency | int | The max concurrency allowed. |
return | void |