Show / Hide Table of Contents

Class BackgroundJobRecordConsts

Inheritance
System.Object
BackgroundJobRecordConsts
Namespace: Volo.Abp.BackgroundJobs
Assembly: Volo.Abp.BackgroundJobs.Domain.Shared.dll
Syntax
public static class BackgroundJobRecordConsts : object

Properties

MaxJobArgsLength

Default value: 1024 * 1024

Declaration
public static int MaxJobArgsLength { get; set; }
Property Value
Type Description
System.Int32

MaxJobNameLength

Default value: 128

Declaration
public static int MaxJobNameLength { get; set; }
Property Value
Type Description
System.Int32
Back to top Powered by Volosoft