Class ConcurrencyLimitExtensions
- Namespace
- MassTransit
- Assembly
- MassTransit.Abstractions.dll
public static class ConcurrencyLimitExtensions
- Inheritance
-
ConcurrencyLimitExtensions
- Inherited Members
Methods
SetConcurrencyLimit(IPipe<CommandContext>, int)
Set the concurrency limit of the filter
public static Task SetConcurrencyLimit(this IPipe<CommandContext> pipe, int concurrencyLimit)
Parameters
pipe
IPipe<CommandContext>concurrencyLimit
int