HangfireJobExecutionAdapter<EmailNotificationSendingJobArgs>.ExecuteAsync

The job is finished. It will be removed automatically 8/16/2026 8:25:48 PM.
// Id: 75bd4ac2-2bc1-48bc-b91c-3d86b4bcb824
using Volo.Abp.BackgroundJobs.Hangfire;

var hangfireJobExecutionAdapter = Activate<HangfireJobExecutionAdapter<EmailNotificationSendingJobArgs>>();
await hangfireJobExecutionAdapter.ExecuteAsync(
    "default",
    FromJson<EmailNotificationSendingJobArgs>("{\"TenantId\":null,\"NotificationId\":\"c7e456bd-7f9c-e8cf-bab7-3a231946fb07\"}"),
    null);

Parameters

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

State

8/15/2026 8:25:48 PM (+122ms) Succeeded

Latency:
3ms
Duration:
121ms

+2ms Processing

Server:
win-h003uh36ivp:8748
Worker:
2fb4ee39

+ <1ms Enqueued

8/15/2026 8:25:48 PM Created