// Id: f4e005d2-99c7-4571-9f04-0411de310c0f
using Volo.Abp.BackgroundJobs.Hangfire;
var hangfireJobExecutionAdapter = Activate<HangfireJobExecutionAdapter<MessageAddedNotificationsArgs>>();
await hangfireJobExecutionAdapter.ExecuteAsync(
"default",
FromJson<MessageAddedNotificationsArgs>("{\"MessageId\":\"1b0e9dd7-1c70-2be0-c9df-3a230d92c577\",\"LastMessageCreationDateBeforeThis\":\"2026-07-04T21:04:05.0653173Z\"}"),
null);
| CurrentUICulture | |
| CurrentCulture | |
Triggered by DelayedJobScheduler