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


IGlobeServer2.GetCacheControlInfo Method (ArcObjects .NET 10.6 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(
void
);

Product Availability

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

See Also

IGlobeServer2 Interface