Class PurgeModuleCache
Inherited Members
Namespace: DotNetNuke.Services.ModuleCache
Assembly: DotNetNuke.dll
Syntax
public class PurgeModuleCache : SchedulerClient
Constructors
| Improve this Doc View SourcePurgeModuleCache(ScheduleHistoryItem)
Initializes a new instance of the PurgeModuleCache class.
Declaration
public PurgeModuleCache(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()