HangfireJobExecutionAdapter<InAppNotificationSendingJobArgs>.ExecuteAsync

The job is finished. It will be removed automatically 8/17/2026 5:00:53 AM.
// Id: eca4235f-fcb9-49d2-8871-48cf14309700
using Volo.Abp.BackgroundJobs.Hangfire;

var hangfireJobExecutionAdapter = Activate<HangfireJobExecutionAdapter<InAppNotificationSendingJobArgs>>();
await hangfireJobExecutionAdapter.ExecuteAsync(
    "default",
    FromJson<InAppNotificationSendingJobArgs>("{\"TenantId\":null,\"NotificationId\":\"9f9416ea-6c04-7ea7-b36a-3a231b1e8ddd\"}"),
    null);

Parameters

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

State

8/16/2026 5:00:53 AM (+7ms) Succeeded

Latency:
2ms
Duration:
5ms

+1ms Processing

Server:
win-h003uh36ivp:8748
Worker:
1dedef42

+ <1ms Enqueued

8/16/2026 5:00:53 AM Created