Table of Contents

Class ConcurrencyThrottleAggregateStatus

Namespace
Microsoft.Azure.WebJobs.Host.Scale
Assembly
Microsoft.Azure.WebJobs.Host.dll
public class ConcurrencyThrottleAggregateStatus
Inheritance
ConcurrencyThrottleAggregateStatus
Inherited Members

Constructors

ConcurrencyThrottleAggregateStatus()

public ConcurrencyThrottleAggregateStatus()

Properties

ConsecutiveCount

public int ConsecutiveCount { get; set; }

Property Value

int

EnabledThrottles

public ICollection<string>? EnabledThrottles { get; set; }

Property Value

ICollection<string>

State

public ThrottleState State { get; set; }

Property Value

ThrottleState