HangfireJobExecutionAdapter<EmailNotificationSendingJobArgs>.ExecuteAsync

The job is finished. It will be removed automatically 8/17/2026 1:40:31 AM.
// Id: 580a6da4-f5d8-4170-98f7-2a70a604b2dd
using Volo.Abp.BackgroundJobs.Hangfire;

var hangfireJobExecutionAdapter = Activate<HangfireJobExecutionAdapter<EmailNotificationSendingJobArgs>>();
await hangfireJobExecutionAdapter.ExecuteAsync(
    "default",
    FromJson<EmailNotificationSendingJobArgs>("{\"TenantId\":null,\"NotificationId\":\"adc41d30-0469-c6fb-24c5-3a231a671d7e\"}"),
    null);

Parameters

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

State

8/16/2026 1:40:31 AM (+128ms) Succeeded

Latency:
2ms
Duration:
127ms

+1ms Processing

Server:
win-h003uh36ivp:8748
Worker:
5d4866e6

+ <1ms Enqueued

8/16/2026 1:40:31 AM Created