HangfireJobExecutionAdapter<EmailNotificationSendingJobArgs>.ExecuteAsync

The job is finished. It will be removed automatically 8/17/2026 1:39:47 AM.
// Id: ee33e94d-ba3e-419e-9f2a-6a8f8628dba4
using Volo.Abp.BackgroundJobs.Hangfire;

var hangfireJobExecutionAdapter = Activate<HangfireJobExecutionAdapter<EmailNotificationSendingJobArgs>>();
await hangfireJobExecutionAdapter.ExecuteAsync(
    "default",
    FromJson<EmailNotificationSendingJobArgs>("{\"TenantId\":null,\"NotificationId\":\"c9d868fe-1ca8-cd98-a23f-3a231a666d9c\"}"),
    null);

Parameters

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

State

8/16/2026 1:39:47 AM (+580ms) Succeeded

Latency:
2ms
Duration:
579ms

+1ms Processing

Server:
win-h003uh36ivp:8748
Worker:
d0850460

+ <1ms Enqueued

8/16/2026 1:39:46 AM Created