Table of Contents

Class BeginDuplicateTheme.BackgroundTask

Namespace
Raytha.Application.Themes.Commands
Assembly
Raytha.Application.dll
public class BeginDuplicateTheme.BackgroundTask : IExecuteBackgroundTask
Inheritance
BeginDuplicateTheme.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