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


IGlobeServer2.GetCacheControlInfo Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeServer2 Interface > IGlobeServer2.GetCacheControlInfo Method
ArcGIS Developer Help

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