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


IDynamicServiceHost.EvictActiveService 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.EvictActiveService Method
ArcGIS Developer Help

IDynamicServiceHost.EvictActiveService Method

Evicts previously activated service from in-memory cache.

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

Product Availability

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

See Also

IDynamicServiceHost Interface