HangfireJobExecutionAdapter<EmailNotificationSendingJobArgs>.ExecuteAsync

The job is finished. It will be removed automatically 8/17/2026 9:05:32 AM.
// Id: 49c4f603-4190-4854-8972-5a2710b6852e
using Volo.Abp.BackgroundJobs.Hangfire;

var hangfireJobExecutionAdapter = Activate<HangfireJobExecutionAdapter<EmailNotificationSendingJobArgs>>();
await hangfireJobExecutionAdapter.ExecuteAsync(
    "default",
    FromJson<EmailNotificationSendingJobArgs>("{\"TenantId\":null,\"NotificationId\":\"68b0ff39-c410-f44c-e6e2-3a231bfe87fa\"}"),
    null);

Parameters

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

State

8/16/2026 9:05:32 AM (+102ms) Succeeded

Latency:
3ms
Duration:
100ms

+2ms Processing

Server:
win-h003uh36ivp:8748
Worker:
97101cb2

+ <1ms Enqueued

8/16/2026 9:05:32 AM Created