Aqualogic Interaction API  
 

IPTCrawler.GetCardRefreshRate Method 

Retrieves the card refresh interval for cards created by this crawler. The first parameter is returned as an Integer carrying a value indicating the units from which the interval is calculated. The unit will correspond to one of the PT_SCHEDULETYPES values. The second parameter is a multiplier to the unit time span.

void GetCardRefreshRate(
   object plTimeUnits,
   object plNumber
);

Parameters

plTimeUnits
An Integer to hold the PT_SCHEDULETYPES value.
plNumber
An Integer to hold the number of time units applied.

See Also

IPTCrawler Interface | com.plumtree.server Namespace