[TIBCO.EMS .NET Admin client library 5.1 documentation]

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

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public bool AutoSave { get; set; }
Public Property AutoSave As Boolean
public:
property bool AutoSave {
	bool get ();
	void set (bool value);
}

Field Value

true if chages should be saved after every change in the configuration.

Return Value

true if configuration is saved in the files after every change.

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