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


IGlobeServer2.GetCacheControlInfo Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeServer2.GetCacheControlInfo Method

Returns cache related properties of the a GlobeServer.

[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

IGlobeServer2 Interface