Property | Type | Description | |
---|---|---|---|
OnIntervalMinutesChanged | void | ||
OnIntervalMinutesChanging | void | ||
OnLastRunChanged | void | ||
OnLastRunChanging | void |
Method | Description | |
---|---|---|
Createmy_aspnet_sessioncleanup ( global lastRun, global intervalMinutes ) : |
Create a new my_aspnet_sessioncleanup object.
|
Method | Description | |
---|---|---|
OnIntervalMinutesChanged ( ) : void | ||
OnIntervalMinutesChanging ( global value ) : void | ||
OnLastRunChanged ( ) : void | ||
OnLastRunChanging ( global value ) : void |
public static Createmy_aspnet_sessioncleanup ( global lastRun, global intervalMinutes ) : |
||
lastRun | global | Initial value of the LastRun property. |
intervalMinutes | global | Initial value of the IntervalMinutes property. |
return |