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