Interface IBackgroundJobExecuter
Namespace: Volo.Abp.BackgroundJobs
Assembly: Volo.Abp.BackgroundJobs.Abstractions.dll
Syntax
public interface IBackgroundJobExecuter
Methods
ExecuteAsync(JobExecutionContext)
Declaration
Task ExecuteAsync(JobExecutionContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| JobExecutionContext | context |
Returns
| Type | Description |
|---|---|
| Task |