Class JobExecutionContext
Inheritance
System.Object
JobExecutionContext
Assembly: Volo.Abp.BackgroundJobs.Abstractions.dll
Syntax
public class JobExecutionContext : IServiceProviderAccessor
Constructors
JobExecutionContext(IServiceProvider, Type, Object)
Declaration
public JobExecutionContext(IServiceProvider serviceProvider, Type jobType, object jobArgs)
Parameters
| Type |
Name |
Description |
| IServiceProvider |
serviceProvider |
|
| Type |
jobType |
|
| System.Object |
jobArgs |
|
Properties
JobArgs
Declaration
public object JobArgs { get; }
Property Value
| Type |
Description |
| System.Object |
|
JobType
Declaration
public Type JobType { get; }
Property Value
ServiceProvider
Declaration
public IServiceProvider ServiceProvider { get; }
Property Value
| Type |
Description |
| IServiceProvider |
|
Extension Methods