Show / Hide Table of Contents

Class QuartzBackgroundJobManageExtensions

Inheritance
System.Object
QuartzBackgroundJobManageExtensions
Namespace: Volo.Abp.BackgroundJobs.Quartz
Assembly: Volo.Abp.BackgroundJobs.Quartz.dll
Syntax
public static class QuartzBackgroundJobManageExtensions : object

Methods

EnqueueAsync<TArgs>(IBackgroundJobManager, TArgs, Int32, Int32, BackgroundJobPriority, Nullable<TimeSpan>)

Declaration
public static Task<string> EnqueueAsync<TArgs>(this IBackgroundJobManager backgroundJobManager, TArgs args, int retryCount, int retryIntervalMillisecond, BackgroundJobPriority priority = default(BackgroundJobPriority), TimeSpan? delay = null)
Parameters
Type Name Description
IBackgroundJobManager backgroundJobManager
TArgs args
System.Int32 retryCount
System.Int32 retryIntervalMillisecond
BackgroundJobPriority priority
System.Nullable<TimeSpan> delay
Returns
Type Description
Task<System.String>
Type Parameters
Name Description
TArgs
Back to top Powered by Volosoft