Class BackgroundJob<TArgs>
Inheritance
BackgroundJob<TArgs>
Assembly: Volo.Abp.BackgroundJobs.Abstractions.dll
Syntax
public abstract class BackgroundJob<TArgs> : IBackgroundJob<TArgs>
Type Parameters
Constructors
BackgroundJob()
Declaration
protected BackgroundJob()
Properties
Logger
Declaration
public ILogger<BackgroundJob<TArgs>> Logger { get; set; }
Property Value
Methods
Execute(TArgs)
Declaration
public abstract void Execute(TArgs args)
Parameters
Type |
Name |
Description |
TArgs |
args |
|
Implements
Extension Methods