SendEmailJob.ExecuteAsync

The job is finished. It will be removed automatically 3/10/2026 6:37:25 PM.
// Id: #46
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 6:37:25 PM (+2.737s) Succeeded

Latency:
47ms
Duration:
2.723s

+23ms Processing

Server:
win8139:49736
Worker:
95113bb8

+13ms Enqueued

3/9/2026 6:37:22 PM Created