HangfireJobExecutionAdapter<EmailNotificationSendingJobArgs>.ExecuteAsync

The job is finished. It will be removed automatically 8/16/2026 10:20:23 PM.
// Id: 5525617e-1e0c-42d8-a7b8-f106c421a795
using Volo.Abp.BackgroundJobs.Hangfire;

var hangfireJobExecutionAdapter = Activate<HangfireJobExecutionAdapter<EmailNotificationSendingJobArgs>>();
await hangfireJobExecutionAdapter.ExecuteAsync(
    "default",
    FromJson<EmailNotificationSendingJobArgs>("{\"TenantId\":null,\"NotificationId\":\"0bd884bf-e217-2140-0002-3a2319afe06b\"}"),
    null);

Parameters

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

State

8/15/2026 10:20:23 PM (+110ms) Succeeded

Latency:
3ms
Duration:
109ms

+2ms Processing

Server:
win-h003uh36ivp:8748
Worker:
d0850460

+ <1ms Enqueued

8/15/2026 10:20:23 PM Created