Table of Contents

Interface IExecuteBackgroundTask

Namespace
Raytha.Application.Common.Interfaces
Assembly
Raytha.Application.dll
public interface IExecuteBackgroundTask

Methods

Execute(Guid, JsonElement, CancellationToken)

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

Parameters

jobId Guid
args JsonElement
cancellationToken CancellationToken

Returns

Task