OutputAdapterBase.RequeueOnException 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: Gemstone.Timeseries.AdaptersAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.128 -- Release Build+e2476c52e94864f123f37e60764c948e49eb89eb
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(false)]
public virtual bool RequeueOnException { get; set; }
<ConnectionStringParameterAttribute>
<DefaultValueAttribute(false)>
Public Overridable Property RequeueOnException As Boolean
Get
Set
public:
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(false)]
virtual property bool RequeueOnException {
bool get ();
void set (bool value);
}
function get_RequeueOnException();
function set_RequeueOnException(value);
Property Value
Boolean