HealthCheckPublisherOptions.Delay 属性
定义
获取或设置在应用程序启动后,执行 IHealthCheckPublisher 实例之前应用的初始延迟。Gets or sets the initial delay applied after the application starts before executing IHealthCheckPublisher instances. 延迟在启动时应用一次,不适用于后续迭代。The delay is applied once at startup, and does not apply to subsequent iterations. 默认值为 5 秒。The default value is 5 seconds.
public:
property TimeSpan Delay { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan Delay { get; set; }
member this.Delay : TimeSpan with get, set
Public Property Delay As TimeSpan