Start or Stop Outbound Enablers

Starts or stops Relay Server outbound enablers.

Syntax

void startOutboundEnablers (List<OutboundEnablerVO> outBoundEnabler) throws SUPAdminException;
void stopOutboundEnablers (List<OutboundEnablerVO> outBoundEnabler) throws SUPAdminException;

Parameters

Returns

If successful, starts or stops all the outbound enablers of the server. If unsuccessful, throws SUPAdminException.

Examples