OutputAdapterBaseProcessingInterval Property
Gets or sets the desired processing interval, in milliseconds, for the output adapter.
Namespace: Gemstone.Timeseries.AdaptersAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.178 -- Release Build+52bde36e42c7b2f52d1e2cc6bb29e593f446f07c
public override int ProcessingInterval { get; set; }
Public Overrides Property ProcessingInterval As Integer
Get
Set
public:
virtual property int ProcessingInterval {
int get () override;
void set (int value) override;
}
function get_ProcessingInterval();
function set_ProcessingInterval(value);
Int32IAdapterProcessingIntervalIAdapterProcessingInterval
With the exception of the values of -1 and 0, this value specifies the desired processing interval for data, i.e.,
basically a delay, or timer interval, over which to process data. A value of -1 means to use the default processing
interval while a value of 0 means to process data as fast as possible.