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


IDynamicServiceHost.RefreshActiveService Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > ID > IDynamicServiceHost Interface > IDynamicServiceHost.RefreshActiveService Method
ArcGIS Developer Help

IDynamicServiceHost.RefreshActiveService Method

Reloads active dynamic service into the in-memory cache.

[Visual Basic .NET]
Public Sub RefreshActiveService ( _
)
[C#]
public void RefreshActiveService (
);
[C++]
HRESULT RefreshActiveService(
void
);

Product Availability

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

See Also

IDynamicServiceHost Interface