BackgroundTaskDelayMillisecondsForFirstExecution Property

指示在工作方法在首次执行前等待的时长(单位:毫秒)。

Definition

Namespace: QuickAdmin.Service.Background
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 2.0.13
C#
protected virtual int DelayMillisecondsForFirstExecution { get; }

Property Value

int
已返回 0,按需在派生类重写。

Remarks

此属性通常用来让随应用程序启动而启动的后台任务在延迟一段时间后再开始具体的工作。

See Also