HangfireJobExecutionAdapter<MessageAddedNotificationsArgs>.ExecuteAsync

// Id: b35b47a2-14b1-4195-a409-0e50991856ab
using Volo.Abp.BackgroundJobs.Hangfire;

var hangfireJobExecutionAdapter = Activate<HangfireJobExecutionAdapter<MessageAddedNotificationsArgs>>();
await hangfireJobExecutionAdapter.ExecuteAsync(
    "default",
    FromJson<MessageAddedNotificationsArgs>("{\"MessageId\":\"01bade6b-add2-bbb1-4d9f-3a230f20b5f3\",\"LastMessageCreationDateBeforeThis\":\"2026-08-13T07:47:18.3381071Z\"}"),
    null);

Parameters

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

State

8/13/2026 9:07:48 PM (+ <1ms) Scheduled

Enqueue at:
8/16/2026 12:27:48 PM

8/13/2026 9:07:48 PM Created