Show / Hide Table of Contents

Interface IQuartzBackgroundWorker

Inherited Members
IRunnable.StartAsync(CancellationToken)
IRunnable.StopAsync(CancellationToken)
Namespace: Volo.Abp.BackgroundWorkers.Quartz
Assembly: Volo.Abp.BackgroundWorkers.Quartz.dll
Syntax
public interface IQuartzBackgroundWorker : IBackgroundWorker, IRunnable, ISingletonDependency, IJob

Properties

AutoRegister

Declaration
bool AutoRegister { get; set; }
Property Value
Type Description
bool

JobDetail

Declaration
IJobDetail JobDetail { get; set; }
Property Value
Type Description
IJobDetail

ScheduleJob

Declaration
Func<IScheduler, Task>? ScheduleJob { get; set; }
Property Value
Type Description
Func<IScheduler, Task>

Trigger

Declaration
ITrigger Trigger { get; set; }
Property Value
Type Description
ITrigger

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
In this article
Back to top Powered by ABP.IO Platform