Click or drag to resize

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.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(false)]
public virtual bool RequeueOnException { get; set; }
View Source

Property Value

Boolean
See Also