Table of Contents

Class BeginMatchWebTemplates.BackgroundTask

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

Constructors

BackgroundTask(IRaythaDbContext, IMediator)

public BackgroundTask(IRaythaDbContext db, IMediator mediator)

Parameters

db IRaythaDbContext
mediator IMediator

Methods

Execute(Guid, JsonElement, CancellationToken)

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

Parameters

jobId Guid
args JsonElement
cancellationToken CancellationToken

Returns

Task