ESRI.ArcGIS.Mobile
Close Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.FeatureCaching Namespace > MobileCache Class : Close Method

Close the cache file.

Syntax

Visual Basic (Declaration) 
Public Sub Close() 
C# 
public void Close()

Remarks

A mobilecache needs to be closed if it's going to be used to connect to a different web service. After the mobilecache file is closed, the lock on the file will be released.

When a mobilecache file is closed, cached data will remain in the cache file.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also