Class HangfireJobExecutionAdapter<TArgs>
Inheritance
System.Object
HangfireJobExecutionAdapter<TArgs>
Assembly: Volo.Abp.BackgroundJobs.HangFire.dll
Syntax
public class HangfireJobExecutionAdapter<TArgs> : object
Type Parameters
Constructors
HangfireJobExecutionAdapter(IOptions<AbpBackgroundJobOptions>, IBackgroundJobExecuter, IServiceScopeFactory)
Declaration
public HangfireJobExecutionAdapter(IOptions<AbpBackgroundJobOptions> options, IBackgroundJobExecuter jobExecuter, IServiceScopeFactory serviceScopeFactory)
Parameters
Properties
JobExecuter
Declaration
protected IBackgroundJobExecuter JobExecuter { get; }
Property Value
Options
Declaration
protected AbpBackgroundJobOptions Options { get; }
Property Value
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