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


ITiledImageServer.GetCacheControlInfo Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ITiledImageServer.GetCacheControlInfo Method

Gets the cache description information for a given map.

[Visual Basic .NET]
Public Function GetCacheControlInfo ( _
) As ICacheControlInfo
[C#]
public ICacheControlInfo GetCacheControlInfo (
);
[C++]
HRESULT GetCacheControlInfo(
  ICacheControlInfo** ppCacheControlInfo
);
[C++]

Parameters ppCacheControlInfo [out, retval]
ppCacheControlInfo is a parameter of type ICacheControlInfo

Product Availability

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

See Also

ITiledImageServer Interface