CAS.CommServer.DataProvider.MODBUSCore Namespace
CAS.CommServer.DataProvider.TextReader Namespace
CAS.Lib.CommonBus.ApplicationLayer Namespace
N:CAS.Lib.CommonBus.ApplicationLayer.Modbus
CAS.Lib.CommonBus.ApplicationLayer.Modbus Namespace
CAS.Lib.CommonBus.ApplicationLayer.SBUS Namespace
ProcessObserver.DataProviders

TextReaderProtocolParameters..::..DelayFileScan Property

Gets the delay file scan - it is time to postpone the file content read operation after receiving file modification notification. It is time needed by the remote application to finalize writing to file and release the file for other processes.

Namespace:  CAS.CommServer.DataProvider.TextReader
Assembly:  DataProvider.TextReader (in DataProvider.TextReader.dll)

Syntax


[DescriptionAttribute]
[DisplayNameAttribute]
[BrowsableAttribute]
public double DelayFileScan { get; set; }
<DescriptionAttribute> _
<DisplayNameAttribute> _
<BrowsableAttribute> _
Public Property DelayFileScan As Double
	Get
	Set
[DescriptionAttribute]
[DisplayNameAttribute]
[BrowsableAttribute]
public:
property double^ DelayFileScan {
	double^ get ();
	void set (double^ value);
}

Field Value

The delay file scan.