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


IServerObjectFactoryX.ShutdownEx Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerObjectFactoryX Interface > IServerObjectFactoryX.ShutdownEx Method
ArcGIS Developer Help

IServerObjectFactoryX.ShutdownEx Method

Cleanup routine that calls ShutDown on the Server object and extensions.

[Visual Basic .NET]
Public Sub ShutdownEx ( _
    ByVal ipSO As IServerObject _
)
[C#]
public void ShutdownEx (
    IServerObject ipSO
);
[C++]
HRESULT ShutdownEx(
  IServerObject* ipSO
);
[C++]
Parameters
ipSO [in]

ipSO is a parameter of type IServerObject*

Product Availability

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

See Also

IServerObjectFactoryX Interface