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

Restart the server.

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

Syntax

public void Restart()
Public Sub Restart
public:
void Restart()

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