// Id: e7872c80-3eb3-4cab-8f17-31a39227dc67
using Volo.Abp.BackgroundJobs.Hangfire;
var hangfireJobExecutionAdapter = Activate<HangfireJobExecutionAdapter<MessageAddedNotificationsArgs>>();
await hangfireJobExecutionAdapter.ExecuteAsync(
"default",
FromJson<MessageAddedNotificationsArgs>("{\"MessageId\":\"31c2e0f4-ca00-5a1f-5c9d-3a230d795ede\",\"LastMessageCreationDateBeforeThis\":\"2026-08-12T14:16:48.0531078Z\"}"),
null);
| CurrentUICulture | |
| CurrentCulture | |
Triggered by DelayedJobScheduler