HangfireJobExecutionAdapter<SmsNotificationSendingJobArgs>.ExecuteAsync

The job is finished. It will be removed automatically 8/17/2026 6:45:42 AM.
// Id: 34f27f2d-51af-48a8-9961-5dfc27a7d4ca
using Volo.Abp.BackgroundJobs.Hangfire;

var hangfireJobExecutionAdapter = Activate<HangfireJobExecutionAdapter<SmsNotificationSendingJobArgs>>();
await hangfireJobExecutionAdapter.ExecuteAsync(
    "default",
    FromJson<SmsNotificationSendingJobArgs>("{\"TenantId\":null,\"NotificationId\":\"27f8946a-58d0-52cf-8cce-3a231b7e8370\"}"),
    null);

Parameters

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

State

8/16/2026 6:45:42 AM (+332ms) Succeeded

Latency:
2ms
Duration:
331ms

+1ms Processing

Server:
win-h003uh36ivp:8748
Worker:
cbc5dee9

+ <1ms Enqueued

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