WSA.Tile.PeriodicUpdate
PeriodicUpdate(uri: string, interval: float): void;
void PeriodicUpdate(string uri, float interval);
def PeriodicUpdate(uri as string, interval as float) as void
Parameters

uri a remote location fromwhere to retrieve tile update
interval a time interval in minutes, will be rounded to a value, supported by the system
Description

Starts periodic update of a tile.

A remote uri will be checked periodically to retrieve an update for a tile.