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


IServerObjectFactoryX.ShutdownEx Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Server)  

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