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


IAISImageServerManager.RefreshAllServices Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IAISImageServerManager.RefreshAllServices Method

Reloads all the services.

[Visual Basic .NET]
Public Sub RefreshAllServices ( _
    ByRef retStatus As Boolean _
)
[C#]
public void RefreshAllServices (
    ref bool retStatus
);
[C++]
HRESULT RefreshAllServices(
  Boolean* retStatus
);
[C++]

Parameters retStatus
retStatus is a parameter of type bool*

Product Availability

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

See Also

IAISImageServerManager Interface