HangfireJobExecutionAdapter<EmailNotificationSendingJobArgs>.ExecuteAsync

The job is finished. It will be removed automatically 8/17/2026 12:47:30 AM.
// Id: d26ff81e-95c4-4c0d-8b40-8b4f31771fee
using Volo.Abp.BackgroundJobs.Hangfire;

var hangfireJobExecutionAdapter = Activate<HangfireJobExecutionAdapter<EmailNotificationSendingJobArgs>>();
await hangfireJobExecutionAdapter.ExecuteAsync(
    "default",
    FromJson<EmailNotificationSendingJobArgs>("{\"TenantId\":null,\"NotificationId\":\"44a3f76a-8045-bf35-c96b-3a231a3690b1\"}"),
    null);

Parameters

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

State

8/16/2026 12:47:30 AM (+129ms) Succeeded

Latency:
2ms
Duration:
127ms

+2ms Processing

Server:
win-h003uh36ivp:8748
Worker:
f889fa03

+ <1ms Enqueued

8/16/2026 12:47:29 AM Created