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