|
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.276-beta+3dd4b43be3e31323696af3ab6b14b705e6420d69
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