HangfireJobExecutionAdapter<MessageAddedNotificationsArgs>.ExecuteAsync

// Id: 52975ff3-3b51-486e-96ea-54511875adbc
using Volo.Abp.BackgroundJobs.Hangfire;

var hangfireJobExecutionAdapter = Activate<HangfireJobExecutionAdapter<MessageAddedNotificationsArgs>>();
await hangfireJobExecutionAdapter.ExecuteAsync(
    "default",
    FromJson<MessageAddedNotificationsArgs>("{\"MessageId\":\"ddf22f6e-b6e7-ce7d-55a5-3a230f257a3a\",\"LastMessageCreationDateBeforeThis\":\"2026-08-13T21:11:29.6414816Z\"}"),
    null);

Parameters

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

State

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

Enqueue at:
8/16/2026 12:33:00 PM

8/13/2026 9:13:00 PM Created