The RefreshShedule method connects to the database immediately, and receives updated delivery information.
Syntax
AdServerObject.RefreshSchedule()
Remarks
This method does not reset the internal timer for the next scheduled "refresh" connection to the database, nor does it redefine the RefreshInterval property.
Example
The following statement causes an immediate refresh of the AdServer object’s schedule:
<%
Application("Ad").RefreshSchedule()
%>
See Also