Class BackgroundJobRecordConsts
Inherited Members
Namespace: Volo.Abp.BackgroundJobs
Assembly: Volo.Abp.BackgroundJobs.Domain.Shared.dll
Syntax
public static class BackgroundJobRecordConsts
Properties
MaxApplicationNameLength
Declaration
public static int MaxApplicationNameLength { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
MaxJobArgsLength
Declaration
public static int MaxJobArgsLength { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
MaxJobNameLength
Declaration
public static int MaxJobNameLength { get; set; }
Property Value
| Type | Description |
|---|---|
| int |