HangfireJobExecutionAdapter<EmailNotificationSendingJobArgs>.ExecuteAsync

The job is finished. It will be removed automatically 8/17/2026 5:00:53 AM.
// Id: 040cac53-d5fa-415b-92eb-9e5664cc84e3
using Volo.Abp.BackgroundJobs.Hangfire;

var hangfireJobExecutionAdapter = Activate<HangfireJobExecutionAdapter<EmailNotificationSendingJobArgs>>();
await hangfireJobExecutionAdapter.ExecuteAsync(
    "default",
    FromJson<EmailNotificationSendingJobArgs>("{\"TenantId\":null,\"NotificationId\":\"816c814a-6c2b-f080-a68e-3a231b1e8ddb\"}"),
    null);

Parameters

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

State

8/16/2026 5:00:53 AM (+133ms) Succeeded

Latency:
2ms
Duration:
131ms

+1ms Processing

Server:
win-h003uh36ivp:8748
Worker:
ea209042

+ <1ms Enqueued

8/16/2026 5:00:53 AM Created