HangfireJobExecutionAdapter<InAppNotificationSendingJobArgs>.ExecuteAsync

The job is finished. It will be removed automatically 8/17/2026 4:45:38 AM.
// Id: b76f8b17-1652-476c-9575-2d3d7bb18367
using Volo.Abp.BackgroundJobs.Hangfire;

var hangfireJobExecutionAdapter = Activate<HangfireJobExecutionAdapter<InAppNotificationSendingJobArgs>>();
await hangfireJobExecutionAdapter.ExecuteAsync(
    "default",
    FromJson<InAppNotificationSendingJobArgs>("{\"TenantId\":null,\"NotificationId\":\"315ed507-4b50-ac20-4903-3a231b109544\"}"),
    null);

Parameters

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

State

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

Latency:
4ms
Duration:
6ms

+3ms Processing

Server:
win-h003uh36ivp:8748
Worker:
89c4adba

+ <1ms Enqueued

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