HangfireJobExecutionAdapter<MessageAddedNotificationsArgs>.ExecuteAsync

// Id: c4fb5bc3-c33a-497f-af43-5b44e45eecc4
using Volo.Abp.BackgroundJobs.Hangfire;

var hangfireJobExecutionAdapter = Activate<HangfireJobExecutionAdapter<MessageAddedNotificationsArgs>>();
await hangfireJobExecutionAdapter.ExecuteAsync(
    "default",
    FromJson<MessageAddedNotificationsArgs>("{\"MessageId\":\"582021e0-680d-8500-a0cb-3a230f2198af\",\"LastMessageCreationDateBeforeThis\":\"2026-08-13T21:07:48.3396734Z\"}"),
    null);

Parameters

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

State

8/13/2026 9:08:46 PM (+ <1ms) Scheduled

Enqueue at:
8/16/2026 12:28:46 PM

8/13/2026 9:08:46 PM Created