ReInitIntervals Method (AdLib)
The ReInitIntervals method recalcs immediately statistics data from all advertising zones.
Applies To
AdServer Object
Syntax
hr = AdServer.ReInitIntervals()
Return Values
Non-negative numbers indicate success.
Remarks
Statistics data are automatically recalced every 60 minutes (default). User can change the interval using the SetAdvInterval method, but it's
strongly recommended don't change the advertising interval. If needed, user can call ReInitIntervals method to recalc immediately
all statistics data.
Example
Dim AdServer
Set AdServer = Server.CreateObject("AdLib.AdServer")
AdServer.ReInitIntervals()
Set AdServer = Nothing
See Also
SetAdvInterval
|