HangfireJobExecutionAdapter<EmailNotificationSendingJobArgs>.ExecuteAsync

The job is finished. It will be removed automatically 8/17/2026 12:47:30 AM.
// Id: d6b953c6-a40a-4fd4-b0a8-cb25fb5eb796
using Volo.Abp.BackgroundJobs.Hangfire;

var hangfireJobExecutionAdapter = Activate<HangfireJobExecutionAdapter<EmailNotificationSendingJobArgs>>();
await hangfireJobExecutionAdapter.ExecuteAsync(
    "default",
    FromJson<EmailNotificationSendingJobArgs>("{\"TenantId\":null,\"NotificationId\":\"82b58aac-20c8-518a-5028-3a231a3690ae\"}"),
    null);

Parameters

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

State

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

Latency:
3ms
Duration:
215ms

+2ms Processing

Server:
win-h003uh36ivp:8748
Worker:
5a5c7840

+ <1ms Enqueued

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