Skip to main content

IConcurrencyContext interface

Represents the concurrency context contract.

public interface IConcurrencyContext

Members

namedescription
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