|
DataSubscriberParsingExceptionWindow Property
|
Gets or sets time duration, in
Ticks, to monitor parsing exceptions.
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax public Ticks ParsingExceptionWindow { get; set; }
Public Property ParsingExceptionWindow As Ticks
Get
Set
public:
property Ticks ParsingExceptionWindow {
Ticks get ();
void set (Ticks value);
}
member ParsingExceptionWindow : Ticks with get, set
function get_ParsingExceptionWindow();
function set_ParsingExceptionWindow(value);
View SourceProperty Value
TicksSee Also