Class ExcelFileCleanupWorker
Inheritance
ExcelFileCleanupWorker
Assembly: Volo.Abp.AuditLogging.Application.dll
Syntax
public class ExcelFileCleanupWorker : AsyncPeriodicBackgroundWorkerBase, IBackgroundWorker, IRunnable, ISingletonDependency
Constructors
ExcelFileCleanupWorker(AbpAsyncTimer, IServiceScopeFactory, IOptions<AuditLogExcelFileOptions>)
Declaration
public ExcelFileCleanupWorker(AbpAsyncTimer timer, IServiceScopeFactory serviceScopeFactory, IOptions<AuditLogExcelFileOptions> options)
Parameters
Methods
DoWorkAsync(PeriodicBackgroundWorkerContext)
Declaration
protected override Task DoWorkAsync(PeriodicBackgroundWorkerContext workerContext)
Parameters
Returns
Overrides
Implements
Extension Methods