HangfireJobExecutionAdapter<SmsNotificationSendingJobArgs>.ExecuteAsync

The job is finished. It will be removed automatically 8/17/2026 9:05:32 AM.
// Id: 5c2c533b-7acd-4aaa-9e7a-cd99e9f4b307
using Volo.Abp.BackgroundJobs.Hangfire;

var hangfireJobExecutionAdapter = Activate<HangfireJobExecutionAdapter<SmsNotificationSendingJobArgs>>();
await hangfireJobExecutionAdapter.ExecuteAsync(
    "default",
    FromJson<SmsNotificationSendingJobArgs>("{\"TenantId\":null,\"NotificationId\":\"06dc2bff-a52c-93b8-d4c4-3a231bfe87fe\"}"),
    null);

Parameters

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

State

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

Latency:
2ms
Duration:
323ms

+1ms Processing

Server:
win-h003uh36ivp:8748
Worker:
018d8b93

+ <1ms Enqueued

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