|
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.248-beta+a497a19de709fd99e2448886199a2c8824265ddf
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