HangfireJobExecutionAdapter<MessageAddedNotificationsArgs>.ExecuteAsync

// Id: 7048b59e-7eb7-4832-a95d-df22b93233fe
using Volo.Abp.BackgroundJobs.Hangfire;

var hangfireJobExecutionAdapter = Activate<HangfireJobExecutionAdapter<MessageAddedNotificationsArgs>>();
await hangfireJobExecutionAdapter.ExecuteAsync(
    "default",
    FromJson<MessageAddedNotificationsArgs>("{\"MessageId\":\"f3eef775-616f-8916-842e-3a230f228dc8\",\"LastMessageCreationDateBeforeThis\":\"2026-08-13T21:08:46.383144Z\"}"),
    null);

Parameters

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

State

8/13/2026 9:09:49 PM (+ <1ms) Scheduled

Enqueue at:
8/16/2026 12:29:49 PM

8/13/2026 9:09:49 PM Created