|
LogFileFlushTimerInterval Property
|
Gets or sets the number of seconds of inactivity before the
LogFile automatically flushes the file stream.
Namespace: GSF.IOAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.254-beta+b1c32a8191971a5ec09744a3eb270cb5508e892c
Syntax[DefaultValueAttribute(10)]
public double FlushTimerInterval { get; set; }
<DefaultValueAttribute(10)>
Public Property FlushTimerInterval As Double
Get
Set
public:
[DefaultValueAttribute(10)]
property double FlushTimerInterval {
double get ();
void set (double value);
}
[<DefaultValueAttribute(10)>]
member FlushTimerInterval : float with get, set
function get_FlushTimerInterval();
function set_FlushTimerInterval(value);
View SourceProperty Value
Double
See Also