Show / Hide Table of Contents

Class BackgroundJobConfiguration

Inheritance
System.Object
BackgroundJobConfiguration
Namespace: Volo.Abp.BackgroundJobs
Assembly: Volo.Abp.BackgroundJobs.Abstractions.dll
Syntax
public class BackgroundJobConfiguration : object

Constructors

BackgroundJobConfiguration(Type)

Declaration
public BackgroundJobConfiguration(Type jobType)
Parameters
Type Name Description
Type jobType

Properties

ArgsType

Declaration
public Type ArgsType { get; }
Property Value
Type Description
Type

JobName

Declaration
public string JobName { get; }
Property Value
Type Description
System.String

JobType

Declaration
public Type JobType { get; }
Property Value
Type Description
Type

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft