Interface IBackgroundJobManager
Namespace: Volo.Abp.BackgroundJobs
Assembly: Volo.Abp.BackgroundJobs.Abstractions.dll
Syntax
public interface IBackgroundJobManager
Methods
EnqueueAsync<TArgs>(TArgs, BackgroundJobPriority, TimeSpan?)
Declaration
Task<string> EnqueueAsync<TArgs>(TArgs args, BackgroundJobPriority priority = BackgroundJobPriority.Normal, TimeSpan? delay = null)
Parameters
| Type | Name | Description |
|---|---|---|
| TArgs | args | |
| BackgroundJobPriority | priority | |
| TimeSpan? | delay |
Returns
| Type | Description |
|---|---|
| Task<string> |
Type Parameters
| Name | Description |
|---|---|
| TArgs |