TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.UpdateServer Method 

Update the server configuration.

public void UpdateServer(
   ServerInfo info
);

Parameters

info
a ServerInfo object containing the changed configuration parameters.

Exceptions

Exception Type Condition
AdminException if not authorized or an error occurred.
ArgumentException if ServerInfo object is null.

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace