HangfireJobExecutionAdapter<EmailNotificationSendingJobArgs>.ExecuteAsync

The job is finished. It will be removed automatically 8/17/2026 12:54:30 AM.
// Id: 0daec88f-e9af-4682-9345-b1dc0b9c5cdc
using Volo.Abp.BackgroundJobs.Hangfire;

var hangfireJobExecutionAdapter = Activate<HangfireJobExecutionAdapter<EmailNotificationSendingJobArgs>>();
await hangfireJobExecutionAdapter.ExecuteAsync(
    "default",
    FromJson<EmailNotificationSendingJobArgs>("{\"TenantId\":null,\"NotificationId\":\"0feb33fc-c2c1-a459-5619-3a231a3cfa6c\"}"),
    null);

Parameters

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

State

8/16/2026 12:54:30 AM (+90ms) Succeeded

Latency:
3ms
Duration:
88ms

+1ms Processing

Server:
win-h003uh36ivp:8748
Worker:
0092ac1c

+ <1ms Enqueued

8/16/2026 12:54:30 AM Created