Class MyJob
Assembly: Volo.Abp.BackgroundJobs.Tests.dll
Syntax
public class MyJob : BackgroundJob<MyJobArgs>, IBackgroundJob<MyJobArgs>, ISingletonDependency
Constructors
MyJob(ICurrentTenant, ICancellationTokenProvider)
Declaration
public MyJob(ICurrentTenant currentTenant, ICancellationTokenProvider cancellationTokenProvider)
Parameters
Properties
Canceled
Declaration
public bool Canceled { get; set; }
Property Value
ExecutedValues
Declaration
public List<string> ExecutedValues { get; }
Property Value
TenantId
Declaration
public Guid? TenantId { get; set; }
Property Value
Methods
Execute(MyJobArgs)
Declaration
public override void Execute(MyJobArgs args)
Parameters
Overrides
Implements
Extension Methods