HangfireJobExecutionAdapter<EmailNotificationSendingJobArgs>.ExecuteAsync

The job is finished. It will be removed automatically 8/16/2026 11:14:26 PM.
// Id: f26e7f2f-c758-4558-b8a6-57cb259a79ee
using Volo.Abp.BackgroundJobs.Hangfire;

var hangfireJobExecutionAdapter = Activate<HangfireJobExecutionAdapter<EmailNotificationSendingJobArgs>>();
await hangfireJobExecutionAdapter.ExecuteAsync(
    "default",
    FromJson<EmailNotificationSendingJobArgs>("{\"TenantId\":null,\"NotificationId\":\"322ba594-6588-f9cd-f79a-3a2319e15c4c\"}"),
    null);

Parameters

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

State

8/15/2026 11:14:26 PM (+95ms) Succeeded

Latency:
3ms
Duration:
93ms

+2ms Processing

Server:
win-h003uh36ivp:8748
Worker:
82f95355

+ <1ms Enqueued

8/15/2026 11:14:26 PM Created