HangfireJobExecutionAdapter<EmailNotificationSendingJobArgs>.ExecuteAsync

The job is finished. It will be removed automatically 8/16/2026 11:07:24 PM.
// Id: 9d5a5ec9-d23b-4558-9051-2c740d73c14a
using Volo.Abp.BackgroundJobs.Hangfire;

var hangfireJobExecutionAdapter = Activate<HangfireJobExecutionAdapter<EmailNotificationSendingJobArgs>>();
await hangfireJobExecutionAdapter.ExecuteAsync(
    "default",
    FromJson<EmailNotificationSendingJobArgs>("{\"TenantId\":null,\"NotificationId\":\"4966227d-91a5-9572-89c2-3a2319daee8e\"}"),
    null);

Parameters

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

State

8/15/2026 11:07:24 PM (+106ms) Succeeded

Latency:
3ms
Duration:
104ms

+1ms Processing

Server:
win-h003uh36ivp:8748
Worker:
dcaab359

+ <1ms Enqueued

8/15/2026 11:07:24 PM Created