HangfireJobExecutionAdapter<SmsNotificationSendingJobArgs>.ExecuteAsync

The job is finished. It will be removed automatically 8/17/2026 6:52:42 AM.
// Id: 3e6d909d-35d6-43dd-b53a-b69c48517a8a
using Volo.Abp.BackgroundJobs.Hangfire;

var hangfireJobExecutionAdapter = Activate<HangfireJobExecutionAdapter<SmsNotificationSendingJobArgs>>();
await hangfireJobExecutionAdapter.ExecuteAsync(
    "default",
    FromJson<SmsNotificationSendingJobArgs>("{\"TenantId\":null,\"NotificationId\":\"f6ea8447-fdf4-514b-27fe-3a231b84ecd1\"}"),
    null);

Parameters

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

State

8/16/2026 6:52:42 AM (+285ms) Succeeded

Latency:
2ms
Duration:
283ms

+1ms Processing

Server:
win-h003uh36ivp:8748
Worker:
64293f79

+ <1ms Enqueued

8/16/2026 6:52:42 AM Created