SendEmailJob.ExecuteAsync

The job is finished. It will be removed automatically 3/10/2026 7:11:25 PM.
// Id: #48
using MeetingMins.Infrastructure.BackgroundJobs;

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

Parameters

CurrentCulture
"en-US"

State

3/9/2026 7:11:25 PM (+2.824s) Succeeded

Latency:
164ms
Duration:
2.812s

+146ms Processing

Server:
win8139:52656
Worker:
fa1148f0

+10ms Enqueued

3/9/2026 7:11:22 PM Created