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


ITiledMapServer3.GetCacheStorageInfo Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ITiledMapServer3.GetCacheStorageInfo Method

Gets the cache storage information.

[Visual Basic .NET]
Public Function GetCacheStorageInfo ( _
    ByVal MapName As String _
) As ICacheStorageInfo
[C#]
public ICacheStorageInfo GetCacheStorageInfo (
    string MapName
);
[C++]
HRESULT GetCacheStorageInfo(
  BSTR MapName,
  ICacheStorageInfo** ppCacheStorageInfo
);
[C++]

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

Product Availability

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

See Also

ITiledMapServer3 Interface