HangfireJobExecutionAdapter<InAppNotificationSendingJobArgs>.ExecuteAsync

The job is finished. It will be removed automatically 8/16/2026 8:56:04 PM.
// Id: c0d132f4-813a-4dfd-a30e-22351f5a8d1c
using Volo.Abp.BackgroundJobs.Hangfire;

var hangfireJobExecutionAdapter = Activate<HangfireJobExecutionAdapter<InAppNotificationSendingJobArgs>>();
await hangfireJobExecutionAdapter.ExecuteAsync(
    "default",
    FromJson<InAppNotificationSendingJobArgs>("{\"TenantId\":null,\"NotificationId\":\"9a71cf3a-efad-6d9e-d4d6-3a231962b160\"}"),
    null);

Parameters

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

State

8/15/2026 8:56:04 PM (+7ms) Succeeded

Latency:
3ms
Duration:
6ms

+2ms Processing

Server:
win-h003uh36ivp:8748
Worker:
1dedef42

+ <1ms Enqueued

8/15/2026 8:56:04 PM Created