Class PurgeAuthCookiesTask
Scheduled task to remove old cookies.
Inherited Members
Namespace: DotNetNuke.Security.Cookies
Assembly: DotNetNuke.dll
Syntax
public class PurgeAuthCookiesTask : SchedulerClient
Constructors
| Improve this Doc View SourcePurgeAuthCookiesTask(ScheduleHistoryItem)
Initializes a new instance of the PurgeAuthCookiesTask class.
Declaration
public PurgeAuthCookiesTask(ScheduleHistoryItem objScheduleHistoryItem)
Parameters
Type | Name | Description |
---|---|---|
ScheduleHistoryItem | objScheduleHistoryItem | Object that will get added to the database as a record of this run. |
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()