Class PeriodicBackgroundWorkerContext
Inheritance
PeriodicBackgroundWorkerContext
Assembly: Volo.Abp.BackgroundWorkers.dll
Syntax
public class PeriodicBackgroundWorkerContext
Constructors
PeriodicBackgroundWorkerContext(IServiceProvider)
Declaration
public PeriodicBackgroundWorkerContext(IServiceProvider serviceProvider)
Parameters
PeriodicBackgroundWorkerContext(IServiceProvider, CancellationToken)
Declaration
public PeriodicBackgroundWorkerContext(IServiceProvider serviceProvider, CancellationToken cancellationToken)
Parameters
Properties
CancellationToken
Declaration
public CancellationToken CancellationToken { get; }
Property Value
ServiceProvider
Declaration
public IServiceProvider ServiceProvider { get; }
Property Value
Extension Methods