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


ITiledImageServer.GetCacheStorageInfo Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ITiledImageServer.GetCacheStorageInfo Method

Gets the cache storage information.

[Visual Basic .NET]
Public Function GetCacheStorageInfo ( _
) As ICacheStorageInfo
[C#]
public ICacheStorageInfo GetCacheStorageInfo (
);
[C++]
HRESULT GetCacheStorageInfo(
  ICacheStorageInfo** ppCacheStorageInfo
);
[C++]

Parameters ppCacheStorageInfo [out, retval]
ppCacheStorageInfo is a parameter of type ICacheStorageInfo

Product Availability

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

See Also

ITiledImageServer Interface