Class PurgeScheduleHistory
Inherited Members
Namespace: DotNetNuke.Services.Scheduling
Assembly: DotNetNuke.dll
Syntax
public class PurgeScheduleHistory : SchedulerClient
Constructors
| Improve this Doc View SourcePurgeScheduleHistory(ScheduleHistoryItem)
Initializes a new instance of the PurgeScheduleHistory class.
Declaration
public PurgeScheduleHistory(ScheduleHistoryItem objScheduleHistoryItem)
Parameters
Type | Name | Description |
---|---|---|
ScheduleHistoryItem | objScheduleHistoryItem |
Methods
| Improve this Doc View SourceDoWork()
This is the sub that kicks off the actual work within the SchedulerClient's subclass.
Declaration
public override void DoWork()