This document is archived and information here might be outdated. Recommended version. |
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*