HangfireJobExecutionAdapter<EmailNotificationSendingJobArgs>.ExecuteAsync

The job is finished. It will be removed automatically 8/17/2026 6:52:42 AM.
// Id: a8e056b8-dec3-4a50-bf6b-cce23712712d
using Volo.Abp.BackgroundJobs.Hangfire;

var hangfireJobExecutionAdapter = Activate<HangfireJobExecutionAdapter<EmailNotificationSendingJobArgs>>();
await hangfireJobExecutionAdapter.ExecuteAsync(
    "default",
    FromJson<EmailNotificationSendingJobArgs>("{\"TenantId\":null,\"NotificationId\":\"7270e5e6-1762-d1a9-c076-3a231b84eccf\"}"),
    null);

Parameters

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

State

8/16/2026 6:52:42 AM (+101ms) Succeeded

Latency:
3ms
Duration:
99ms

+2ms Processing

Server:
win-h003uh36ivp:8748
Worker:
d0850460

+ <1ms Enqueued

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