Show / Hide Table of Contents

Class TokenCleanupBackgroundWorker

Inheritance
System.Object
BackgroundWorkerBase
AsyncPeriodicBackgroundWorkerBase
TokenCleanupBackgroundWorker
Implements
IBackgroundWorker
IRunnable
ISingletonDependency
Inherited Members
AsyncPeriodicBackgroundWorkerBase.ServiceScopeFactory
AsyncPeriodicBackgroundWorkerBase.Timer
AsyncPeriodicBackgroundWorkerBase.StartAsync(CancellationToken)
AsyncPeriodicBackgroundWorkerBase.StopAsync(CancellationToken)
BackgroundWorkerBase.ServiceProvider
BackgroundWorkerBase.ServiceProviderLock
BackgroundWorkerBase.LazyGetRequiredService<TService>(TService)
BackgroundWorkerBase.LazyGetRequiredService<TRef>(Type, TRef)
BackgroundWorkerBase.LoggerFactory
BackgroundWorkerBase.Logger
BackgroundWorkerBase.ToString()
Namespace: Volo.Abp.IdentityServer.Tokens
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
Type Description
TokenCleanupOptions

Methods

DoWorkAsync(PeriodicBackgroundWorkerContext)

Declaration
protected override Task DoWorkAsync(PeriodicBackgroundWorkerContext workerContext)
Parameters
Type Name Description
PeriodicBackgroundWorkerContext workerContext
Returns
Type Description
System.Threading.Tasks.Task
Overrides
AsyncPeriodicBackgroundWorkerBase.DoWorkAsync(PeriodicBackgroundWorkerContext)

Implements

IBackgroundWorker
IRunnable
ISingletonDependency

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft