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


ITiledImageServer.GetCacheStorageInfo Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITiledImageServer Interface > ITiledImageServer.GetCacheStorageInfo Method
ArcGIS Developer Help

ITiledImageServer.GetCacheStorageInfo Method

Gets the cache storage information.

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

Product Availability

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

See Also

ITiledImageServer Interface