ArcFM Responder Mobile Developer Guide
ClearCache Method (FeatureIdentificationProvider)






Clears the cache.
Syntax
'Declaration
 
Public MustOverride Sub ClearCache() 
'Usage
 
Dim instance As FeatureIdentificationProvider
 
instance.ClearCache()
public abstract void ClearCache()
public procedure ClearCache(); abstract; 
public __abstract function ClearCache();
public: abstract void ClearCache(); 
public:
abstract void ClearCache(); 
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FeatureIdentificationProvider Class
FeatureIdentificationProvider Members

Send Feedback