HangfireJobExecutionAdapter<SmsNotificationSendingJobArgs>.ExecuteAsync

The job is finished. It will be removed automatically 8/17/2026 7:25:59 AM.
// Id: b1af7f5f-c88d-4bbf-b6e8-8fb8161216bf
using Volo.Abp.BackgroundJobs.Hangfire;

var hangfireJobExecutionAdapter = Activate<HangfireJobExecutionAdapter<SmsNotificationSendingJobArgs>>();
await hangfireJobExecutionAdapter.ExecuteAsync(
    "default",
    FromJson<SmsNotificationSendingJobArgs>("{\"TenantId\":null,\"NotificationId\":\"84d86576-3315-80e1-9511-3a231ba36224\"}"),
    null);

Parameters

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

State

8/16/2026 7:25:59 AM (+318ms) Succeeded

Latency:
2ms
Duration:
316ms

+1ms Processing

Server:
win-h003uh36ivp:8748
Worker:
803c1db3

+ <1ms Enqueued

8/16/2026 7:25:58 AM Created