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