IConcurrencyContext interface
Represents the concurrency context contract.
public interface IConcurrencyContext
Members
| name | description |
|---|---|
| AvgRTT { get; } | Gets the current average round trip time. |
| CurrentQueueCount { get; } | Gets the current queue count. |
| MaxConcurrencyLimit { get; } | Gets the maximum concurrency limit. |
| MaxQueueSize { get; } | Gets the maximum queue size. |
| MinRTT { get; } | Gets the min round trip time. |
| PreviousAvgRTT { get; } | Gets the previous average round trip time. |
See Also
- namespace Farfetch.LoadShedding.Configurations