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..::..Open Method (String)

Opens the specified file name and reads the CommServer configuration from an external dictionary file. If FileName parameter is empty, it opens the file dialog to choose the file

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

Syntax


public bool Open(
	string FileName
)
Public Function Open ( _
	FileName As String _
) As Boolean
public:
bool^ Open(
	String^ FileName
)

Parameters

FileName
Type: String
Name of the file with the CommServer configuration.

Return Value

true if successfully accomplished