Skip to content

RequestCount Class

Definition

C#
public sealed class RequestCount

Inheritance object

Constructors

RequestCount(Counter)

C#
public RequestCount(Counter<int> counter)

Parameters

counter Counter<int>

Methods

Add(int, RequestTags)

C#
public void Add(int value, RequestTags o)

Parameters

value int

o RequestTags