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

ConfigurationManagement..::..ReadConfiguration Method

Reads the configuration.

Namespace:  CAS.DataPorter.Configurator
Assembly:  CommServer.DAClientConfiguration (in CommServer.DAClientConfiguration.dll)

Syntax


public void ReadConfiguration(
	string fileName
)
Public Sub ReadConfiguration ( _
	fileName As String _
)
public:
void ReadConfiguration(
	String^ fileName
)

Parameters

fileName
Type: String
The fully qualified name of the file, or the relative file name.

Exceptions


ExceptionCondition
FileNotFoundExceptionThe exception that is thrown when an attempt to access a file that does not exist on disk fails.