Update Method  
 

Update the current location information for the local system.

Syntax

object.Update

Parameters

None.

Return Value

A value of True is returned if the current location was updated successfully. A value of False indicates that the current location could not be determined. The LastError property can be used to identify the specific cause of the failure.

Remarks

This method causes the control to query the location service to obtain current information about the physical location of the computer system based on its external IP address. The location data is cached and additional queries are only performed if it detects the external IP address for the local system has changed.

See Also

LastUpdate Property, Timeout Property