HangfireJobExecutionAdapter<EmailNotificationSendingJobArgs>.ExecuteAsync

The job is finished. It will be removed automatically 8/16/2026 11:56:13 PM.
// Id: 79f3b09d-49b0-4a2b-9d33-1ff974f64ef8
using Volo.Abp.BackgroundJobs.Hangfire;

var hangfireJobExecutionAdapter = Activate<HangfireJobExecutionAdapter<EmailNotificationSendingJobArgs>>();
await hangfireJobExecutionAdapter.ExecuteAsync(
    "default",
    FromJson<EmailNotificationSendingJobArgs>("{\"TenantId\":null,\"NotificationId\":\"56d5ccd6-0e48-b12f-b75b-3a231a079e18\"}"),
    null);

Parameters

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

State

8/15/2026 11:56:13 PM (+93ms) Succeeded

Latency:
3ms
Duration:
92ms

+2ms Processing

Server:
win-h003uh36ivp:8748
Worker:
89c4adba

+ <1ms Enqueued

8/15/2026 11:56:13 PM Created