BaseStation.ItemDescriber Namespace
CAS.DataPorter.Configurator Namespace
CAS.Lib.CommonBus Namespace
CAS.Lib.CommonBus.ApplicationLayer Namespace
CAS.Lib.CommonBus.CommunicationLayer Namespace
CAS.Lib.DeviceSimulator Namespace
CAS.NetworkConfigLib Namespace
Object-Oriented Internet Process-Observer

CommServerConfigurationMain..::..Save Method

Save the CommServer configuration file in an external dictionary file.

Namespace:  CAS.NetworkConfigLib
Assembly:  CommServer.DAServerConfiguration (in CommServer.DAServerConfiguration.dll)

Syntax


public bool Save(
	bool prompt
)
Public Function Save ( _
	prompt As Boolean _
) As Boolean
public:
bool^ Save(
	bool^ prompt
)

Parameters

prompt
Type: Boolean
If set to true show prompt to enter a file name.

Return Value

Remarks


It calls the ConfigurationSaving delegate to allow user to update the configuration and flush all changes just before file saving.