TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.AutoSave Property

Returns true if server configuration is saved in the configuration files on disk after each change.

public bool AutoSave {get; set;}

Parameters

Remarks

If auto save mode is turned off, the application should call SaveConfiguration() method in order to save the changes in the configuration files. If auto save is turned on, the server updates the configuration files on disk after every change and calls to SaveConfiguration() are not required.

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace