This document is archived and information here might be outdated.  Recommended version.


IMapCacheTileManagerJob.EnableLocalCaching Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMapCacheTileManagerJob Interface > IMapCacheTileManagerJob.EnableLocalCaching Method
ArcGIS Developer Help

IMapCacheTileManagerJob.EnableLocalCaching Method

Enable local caching.

[Visual Basic .NET]
Public Sub EnableLocalCaching ( _
    ByVal localCaching As Boolean _
)
[C#]
public void EnableLocalCaching (
    bool localCaching
);
[C++]
HRESULT EnableLocalCaching(
  VARIANT_BOOL localCaching
);
[C++]
Parameters
localCaching [in]

localCaching is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMapCacheTileManagerJob Interface