Class QuartzBackgroundJobManageExtensions
Inheritance
object
QuartzBackgroundJobManageExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.BackgroundJobs.Quartz
Assembly: Volo.Abp.BackgroundJobs.Quartz.dll
Syntax
public static class QuartzBackgroundJobManageExtensions
Methods
EnqueueAsync<TArgs>(IBackgroundJobManager, TArgs, int, int, BackgroundJobPriority, TimeSpan?)
Declaration
public static Task<string> EnqueueAsync<TArgs>(this IBackgroundJobManager backgroundJobManager, TArgs args, int retryCount, int retryIntervalMillisecond, BackgroundJobPriority priority = BackgroundJobPriority.Normal, TimeSpan? delay = null)
Parameters
| Type | Name | Description |
|---|---|---|
| IBackgroundJobManager | backgroundJobManager | |
| TArgs | args | |
| int | retryCount | |
| int | retryIntervalMillisecond | |
| BackgroundJobPriority | priority | |
| System.TimeSpan? | delay |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<TResult><string> |
Type Parameters
| Name | Description |
|---|---|
| TArgs |