HangfireJobExecutionAdapter<EmailNotificationSendingJobArgs>.ExecuteAsync

The job is finished. It will be removed automatically 8/16/2026 1:53:03 PM.
// Id: 985d8e8c-4d41-4aa6-a8ec-9b221211335b
using Volo.Abp.BackgroundJobs.Hangfire;

var hangfireJobExecutionAdapter = Activate<HangfireJobExecutionAdapter<EmailNotificationSendingJobArgs>>();
await hangfireJobExecutionAdapter.ExecuteAsync(
    "default",
    FromJson<EmailNotificationSendingJobArgs>("{\"TenantId\":null,\"NotificationId\":\"3be63d61-964e-b220-de6f-3a2317df688b\"}"),
    null);

Parameters

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

State

8/15/2026 1:53:03 PM (+102ms) Succeeded

Latency:
2ms
Duration:
101ms

+1ms Processing

Server:
win-h003uh36ivp:8748
Worker:
018d8b93

+ <1ms Enqueued

8/15/2026 1:53:03 PM Created