Table of Contents

Class ThrottleOptions

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

限流配置类

public class ThrottleOptions
Inheritance
ThrottleOptions
Inherited Members
Extension Methods

Constructors

ThrottleOptions()

public ThrottleOptions()

Properties

DelayAfterExecution

获得/设置 是否执行结束后开始延时 默认 false

public bool DelayAfterExecution { get; set; }

Property Value

bool

Interval

获得/设置 限流时长 默认 500 单位毫秒

public TimeSpan Interval { get; set; }

Property Value

TimeSpan

ResetIntervalOnException

获得/设置 发生错误时是否重置时长 默认 false

public bool ResetIntervalOnException { get; set; }

Property Value

bool