Class CoreMessagingScheduler
A SchedulerClient instance that handles all the offline messaging actions.
Inherited Members
Namespace: DotNetNuke.Services.Social.Messaging.Scheduler
Assembly: DotNetNuke.dll
Syntax
public class CoreMessagingScheduler : SchedulerClient
Constructors
| Improve this Doc View SourceCoreMessagingScheduler(ScheduleHistoryItem)
Initializes a new instance of the CoreMessagingScheduler class.
Declaration
public CoreMessagingScheduler(ScheduleHistoryItem objScheduleHistoryItem)
Parameters
Type | Name | Description |
---|---|---|
ScheduleHistoryItem | objScheduleHistoryItem | The object schedule history item. |
Methods
| Improve this Doc View SourceDoWork()
This is the method that kicks off the actual work within the SchedulerClient's subclass.
Declaration
public override void DoWork()