HangfireJobExecutionAdapter<EmailNotificationSendingJobArgs>.ExecuteAsync

The job is finished. It will be removed automatically 8/16/2026 10:20:23 PM.
// Id: 880191d7-f840-4a74-8f03-ccd3971544c2
using Volo.Abp.BackgroundJobs.Hangfire;

var hangfireJobExecutionAdapter = Activate<HangfireJobExecutionAdapter<EmailNotificationSendingJobArgs>>();
await hangfireJobExecutionAdapter.ExecuteAsync(
    "default",
    FromJson<EmailNotificationSendingJobArgs>("{\"TenantId\":null,\"NotificationId\":\"46a976e3-e7b4-f988-2c4f-3a2319afe071\"}"),
    null);

Parameters

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

State

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

Latency:
3ms
Duration:
116ms

+2ms Processing

Server:
win-h003uh36ivp:8748
Worker:
fbc338d3

+ <1ms Enqueued

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