Previous in Contents Next in Contents

DumpSchedule Method

The DumpSchedule method returns a table, in HTML format, of the current advertisement delivery schedule of the local instance of the AdServer object.

Syntax

AdServerObject.DumpSchedule( )

Parameters

None.

Remarks

The DumpSchedule method is used primarily as a tool for content developers and managers. It shows the current AdServer object's scheduling information at the time the call was made.

Example

Set Ad = Application("Ad")
Ad.DumpSchedule()

© 1997-2000 Microsoft Corporation. All rights reserved.