Class TokenCleanupBackgroundWorker
Inheritance
System.Object
TokenCleanupBackgroundWorker
Implements
ISingletonDependency
Assembly: Volo.Abp.IdentityServer.Domain.dll
Syntax
public class TokenCleanupBackgroundWorker : AsyncPeriodicBackgroundWorkerBase, IBackgroundWorker, IRunnable, ISingletonDependency
Constructors
TokenCleanupBackgroundWorker(AbpTimer, IServiceScopeFactory, IOptions<TokenCleanupOptions>)
Declaration
public TokenCleanupBackgroundWorker(AbpTimer timer, IServiceScopeFactory serviceScopeFactory, IOptions<TokenCleanupOptions> options)
Parameters
Type |
Name |
Description |
AbpTimer |
timer |
|
IServiceScopeFactory |
serviceScopeFactory |
|
IOptions<TokenCleanupOptions> |
options |
|
Properties
Options
Declaration
protected TokenCleanupOptions Options { get; }
Property Value
Methods
DoWorkAsync(PeriodicBackgroundWorkerContext)
Declaration
protected override Task DoWorkAsync(PeriodicBackgroundWorkerContext workerContext)
Parameters
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Overrides
Implements
ISingletonDependency
Extension Methods