Client Application Shutdown

Releases resources currently held by the API. This method only needs to be called on the termination of the client application.

Syntax

public static void SUPObjectFactory.shutdown()

Returns

If successful, returns silently. If unsuccessful, returns SUPAdminException.

Examples

  • Shutdown
    SUPObjectFactory.shutdown();