HangfireJobExecutionAdapter<EmailNotificationSendingJobArgs>.ExecuteAsync

The job is finished. It will be removed automatically 8/17/2026 4:30:07 AM.
// Id: 6d548286-b8b5-4928-957d-5bfcfb920f0f
using Volo.Abp.BackgroundJobs.Hangfire;

var hangfireJobExecutionAdapter = Activate<HangfireJobExecutionAdapter<EmailNotificationSendingJobArgs>>();
await hangfireJobExecutionAdapter.ExecuteAsync(
    "default",
    FromJson<EmailNotificationSendingJobArgs>("{\"TenantId\":null,\"NotificationId\":\"b9dd4747-7c59-77b1-26cf-3a231b02627a\"}"),
    null);

Parameters

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

State

8/16/2026 4:30:07 AM (+114ms) Succeeded

Latency:
2ms
Duration:
112ms

+1ms Processing

Server:
win-h003uh36ivp:8748
Worker:
97101cb2

+ <1ms Enqueued

8/16/2026 4:30:07 AM Created