HangfireJobExecutionAdapter<MessageAddedNotificationsArgs>.ExecuteAsync

// Id: e160d7cf-b532-4dcd-8f47-80c7b3d126b5
using Volo.Abp.BackgroundJobs.Hangfire;

var hangfireJobExecutionAdapter = Activate<HangfireJobExecutionAdapter<MessageAddedNotificationsArgs>>();
await hangfireJobExecutionAdapter.ExecuteAsync(
    "default",
    FromJson<MessageAddedNotificationsArgs>("{\"MessageId\":\"3dc7603f-e96c-5810-f02c-3a2313d50f87\",\"LastMessageCreationDateBeforeThis\":\"2026-08-13T15:25:30.9602007Z\"}"),
    null);

Parameters

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

State

8/14/2026 7:03:16 PM (+ <1ms) Scheduled

Enqueue at:
8/17/2026 10:23:16 AM

8/14/2026 7:03:16 PM Created