SendEmailJob.ExecuteAsync

The job is finished. It will be removed automatically 3/10/2026 5:26:04 PM.
// Id: #40
using MeetingMins.Infrastructure.BackgroundJobs;

var sendEmailJob = Activate<SendEmailJob>();
await sendEmailJob.ExecuteAsync(
    10,
    new { "sphearsravi@gmail.com" },
    null);

Parameters

CurrentCulture
"en-US"

State

3/9/2026 5:26:04 PM (+5.214s) Succeeded

Latency:
19ms
Duration:
5.206s

+13ms Processing

Server:
win8139:64436
Worker:
fe3cdec1

+3ms Enqueued

3/9/2026 5:25:59 PM Created