Show / Hide Table of Contents

Enum BackgroundJobPriority

Namespace: Volo.Abp.BackgroundJobs
Assembly: Volo.Abp.BackgroundJobs.Abstractions.dll
Syntax
public enum BackgroundJobPriority : byte

Fields

Name Description
AboveNormal
BelowNormal
High
Low
Normal

Extension Methods

AbpObjectExtensions.If<BackgroundJobPriority>(BackgroundJobPriority, bool, Action<BackgroundJobPriority>)
AbpObjectExtensions.If<BackgroundJobPriority>(BackgroundJobPriority, bool, Func<BackgroundJobPriority, BackgroundJobPriority>)
AbpObjectExtensions.IsIn<BackgroundJobPriority>(BackgroundJobPriority, IEnumerable<BackgroundJobPriority>)
AbpObjectExtensions.IsIn<BackgroundJobPriority>(BackgroundJobPriority, params BackgroundJobPriority[])
AbpQueryableExtensions.OrderByIf<T, BackgroundJobPriority>(BackgroundJobPriority, bool, string)
AbpQueryableExtensions.PageBy<T, BackgroundJobPriority>(BackgroundJobPriority, int, int)
AbpQueryableExtensions.WhereIf<T, BackgroundJobPriority>(BackgroundJobPriority, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, BackgroundJobPriority>(BackgroundJobPriority, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, BackgroundJobPriority>(BackgroundJobPriority, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, BackgroundJobPriority>(BackgroundJobPriority, bool, int?)
In this article
Back to top Powered by ABP.IO Platform