Class ShortenedUrlCacheAllBackgroundJob
Inheritance
ShortenedUrlCacheAllBackgroundJob
Assembly: Volo.CmsKit.Pro.Public.Application.dll
Syntax
public class ShortenedUrlCacheAllBackgroundJob : AsyncBackgroundJob<ShortenedUrlCacheAllArgs>, IAsyncBackgroundJob<ShortenedUrlCacheAllArgs>, ITransientDependency
Constructors
ShortenedUrlCacheAllBackgroundJob(ShortenedUrlCacheService, IFeatureChecker)
Declaration
public ShortenedUrlCacheAllBackgroundJob(ShortenedUrlCacheService shortenedUrlCacheService, IFeatureChecker featureChecker)
Parameters
Methods
ExecuteAsync(ShortenedUrlCacheAllArgs)
Declaration
public override Task ExecuteAsync(ShortenedUrlCacheAllArgs args)
Parameters
Returns
Overrides
Implements
Extension Methods