Class TokenCleanupBackgroundWorker
Inheritance
TokenCleanupBackgroundWorker
Assembly: Volo.Abp.OpenIddict.Domain.dll
Syntax
public class TokenCleanupBackgroundWorker : AsyncPeriodicBackgroundWorkerBase, IBackgroundWorker, IRunnable, ISingletonDependency
Constructors
TokenCleanupBackgroundWorker(AbpAsyncTimer, IServiceScopeFactory, IOptionsMonitor<TokenCleanupOptions>, IAbpDistributedLock)
Declaration
public TokenCleanupBackgroundWorker(AbpAsyncTimer timer, IServiceScopeFactory serviceScopeFactory, IOptionsMonitor<TokenCleanupOptions> cleanupOptions, IAbpDistributedLock distributedLock)
Parameters
Properties
DistributedLock
Declaration
protected IAbpDistributedLock DistributedLock { get; }
Property Value
Methods
DoWorkAsync(PeriodicBackgroundWorkerContext)
Declaration
protected override Task DoWorkAsync(PeriodicBackgroundWorkerContext workerContext)
Parameters
Returns
Overrides
Implements
Extension Methods