SendEmailJob.ExecuteAsync

The job is finished. It will be removed automatically 3/10/2026 4:23:05 PM.
// Id: #38
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 4:23:05 PM (+5.514s) Succeeded

Latency:
21ms
Duration:
5.506s

+10ms Processing

Server:
win8139:64436
Worker:
d1817e61

+6ms Enqueued

3/9/2026 4:23:00 PM Created