HangfireJobExecutionAdapter<EmailNotificationSendingJobArgs>.ExecuteAsync

The job is finished. It will be removed automatically 8/16/2026 8:56:04 PM.
// Id: 66eed049-d550-4ab4-9e70-93ba54abb22a
using Volo.Abp.BackgroundJobs.Hangfire;

var hangfireJobExecutionAdapter = Activate<HangfireJobExecutionAdapter<EmailNotificationSendingJobArgs>>();
await hangfireJobExecutionAdapter.ExecuteAsync(
    "default",
    FromJson<EmailNotificationSendingJobArgs>("{\"TenantId\":null,\"NotificationId\":\"9c2d302e-cbc7-cf3d-d639-3a231962b14c\"}"),
    null);

Parameters

CurrentUICulture
"en-US"
CurrentCulture
"en-US"

State

8/15/2026 8:56:04 PM (+102ms) Succeeded

Latency:
3ms
Duration:
100ms

+2ms Processing

Server:
win-h003uh36ivp:8748
Worker:
96a39549

+ <1ms Enqueued

8/15/2026 8:56:04 PM Created