HangfireJobExecutionAdapter<EmailNotificationSendingJobArgs>.ExecuteAsync

The job is finished. It will be removed automatically 8/17/2026 6:45:42 AM.
// Id: f143625d-a461-445f-a59f-3c7a8decb94f
using Volo.Abp.BackgroundJobs.Hangfire;

var hangfireJobExecutionAdapter = Activate<HangfireJobExecutionAdapter<EmailNotificationSendingJobArgs>>();
await hangfireJobExecutionAdapter.ExecuteAsync(
    "default",
    FromJson<EmailNotificationSendingJobArgs>("{\"TenantId\":null,\"NotificationId\":\"10391e62-1ee5-6198-8228-3a231b7e836c\"}"),
    null);

Parameters

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

State

8/16/2026 6:45:42 AM (+159ms) Succeeded

Latency:
3ms
Duration:
157ms

+2ms Processing

Server:
win-h003uh36ivp:8748
Worker:
0092ac1c

+ <1ms Enqueued

8/16/2026 6:45:42 AM Created