HangfireJobExecutionAdapter<EmailNotificationSendingJobArgs>.ExecuteAsync

The job is finished. It will be removed automatically 8/17/2026 7:25:58 AM.
// Id: ec74c992-3e43-4cb7-ae39-32f82622ff7f
using Volo.Abp.BackgroundJobs.Hangfire;

var hangfireJobExecutionAdapter = Activate<HangfireJobExecutionAdapter<EmailNotificationSendingJobArgs>>();
await hangfireJobExecutionAdapter.ExecuteAsync(
    "default",
    FromJson<EmailNotificationSendingJobArgs>("{\"TenantId\":null,\"NotificationId\":\"ed854c0e-83cb-9236-797c-3a231ba36222\"}"),
    null);

Parameters

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

State

8/16/2026 7:25:58 AM (+102ms) Succeeded

Latency:
2ms
Duration:
101ms

+1ms Processing

Server:
win-h003uh36ivp:8748
Worker:
5d4866e6

+ <1ms Enqueued

8/16/2026 7:25:58 AM Created