HangfireJobExecutionAdapter<MessageAddedNotificationsArgs>.ExecuteAsync

// Id: 23600ab1-39b9-4026-9a8b-469e1fce5f61
using Volo.Abp.BackgroundJobs.Hangfire;

var hangfireJobExecutionAdapter = Activate<HangfireJobExecutionAdapter<MessageAddedNotificationsArgs>>();
await hangfireJobExecutionAdapter.ExecuteAsync(
    "default",
    FromJson<MessageAddedNotificationsArgs>("{\"MessageId\":\"b3d6f968-7793-ca18-7e3f-3a230f1d6869\",\"LastMessageCreationDateBeforeThis\":\"2026-08-07T12:49:23.9700104Z\"}"),
    null);

Parameters

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

State

8/13/2026 9:04:11 PM (+ <1ms) Scheduled

Enqueue at:
8/16/2026 12:24:11 PM

8/13/2026 9:04:11 PM Created