Show / Hide Table of Contents

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
TimeSpan? delay
Returns
Type Description
Task<string>
Type Parameters
Name Description
TArgs
In this article
Back to top Powered by ABP.IO Platform