HangfireJobExecutionAdapter<EmailNotificationSendingJobArgs>.ExecuteAsync

The job is finished. It will be removed automatically 8/17/2026 4:45:38 AM.
// Id: 622829cf-190a-4b5d-96e4-520dfc53883e
using Volo.Abp.BackgroundJobs.Hangfire;

var hangfireJobExecutionAdapter = Activate<HangfireJobExecutionAdapter<EmailNotificationSendingJobArgs>>();
await hangfireJobExecutionAdapter.ExecuteAsync(
    "default",
    FromJson<EmailNotificationSendingJobArgs>("{\"TenantId\":null,\"NotificationId\":\"2eeb712d-12a1-949d-c98d-3a231b109542\"}"),
    null);

Parameters

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

State

8/16/2026 4:45:38 AM (+92ms) Succeeded

Latency:
4ms
Duration:
90ms

+3ms Processing

Server:
win-h003uh36ivp:8748
Worker:
df43c567

+ <1ms Enqueued

8/16/2026 4:45:37 AM Created