Update Relay Server Configuration

Updates an existing relay server configuration with a given ID.

Syntax

updateRelayServer(java.lang.Integer relayServerId,
                       RelayServerVO relayServer) throws SUPAdminException;

Parameters

Returns

If successful, updates the relay server configuration. If unsuccessful, returns SUPAdminException.

Examples