|
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.260-beta+dcb224c2c063d13b940ff73569ed74de55e231c9
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