Table of Contents

Class BeginImportThemeFromUrl.BackgroundTask

Namespace
Raytha.Application.Themes.Commands
Assembly
Raytha.Application.dll
public class BeginImportThemeFromUrl.BackgroundTask : IExecuteBackgroundTask
Inheritance
BeginImportThemeFromUrl.BackgroundTask
Implements
Inherited Members

Constructors

BackgroundTask(IRaythaDbContext, IFileStorageProvider)

public BackgroundTask(IRaythaDbContext db, IFileStorageProvider fileStorageProvider)

Parameters

db IRaythaDbContext
fileStorageProvider IFileStorageProvider

Methods

Execute(Guid, JsonElement, CancellationToken)

public Task Execute(Guid jobId, JsonElement args, CancellationToken cancellationToken)

Parameters

jobId Guid
args JsonElement
cancellationToken CancellationToken

Returns

Task