Show / Hide Table of Contents

Class HangfireJobExecutionAdapter<TArgs>

Inheritance
System.Object
HangfireJobExecutionAdapter<TArgs>
Namespace: Volo.Abp.BackgroundJobs.Hangfire
Assembly: Volo.Abp.BackgroundJobs.HangFire.dll
Syntax
public class HangfireJobExecutionAdapter<TArgs> : object
Type Parameters
Name Description
TArgs

Constructors

HangfireJobExecutionAdapter(IOptions<AbpBackgroundJobOptions>, IBackgroundJobExecuter, IServiceScopeFactory)

Declaration
public HangfireJobExecutionAdapter(IOptions<AbpBackgroundJobOptions> options, IBackgroundJobExecuter jobExecuter, IServiceScopeFactory serviceScopeFactory)
Parameters
Type Name Description
IOptions<AbpBackgroundJobOptions> options
IBackgroundJobExecuter jobExecuter
IServiceScopeFactory serviceScopeFactory

Properties

JobExecuter

Declaration
protected IBackgroundJobExecuter JobExecuter { get; }
Property Value
Type Description
IBackgroundJobExecuter

Options

Declaration
protected AbpBackgroundJobOptions Options { get; }
Property Value
Type Description
AbpBackgroundJobOptions

ServiceScopeFactory

Declaration
protected IServiceScopeFactory ServiceScopeFactory { get; }
Property Value
Type Description
IServiceScopeFactory

Methods

Execute(TArgs)

Declaration
public void Execute(TArgs args)
Parameters
Type Name Description
TArgs args

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