[TIBCO.EMS .NET Admin client library 5.1 documentation]

Shutdown the server.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public void Shutdown()
Public Sub Shutdown
public:
void Shutdown()

Remarks

This causes the connection to the server to be lost, so subsequent calls to this object will fail with the exception of Close() method.

Exceptions

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminExceptionif not authorized or an error occurred.

See Also