|
OutputAdapterBaseRequeueOnException Property
|
Gets or sets whether or not to automatically place measurements back into the processing
queue if an exception occurs while processing. Defaults to false.
Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax function get_RequeueOnException();
function set_RequeueOnException(value);
View SourceProperty Value
BooleanSee Also