AdapterCollectionBaseTProcessingInterval Property

Gets or sets the desired processing interval, in milliseconds, for the adapter collection and applies this interval to each adapter.

Definition

Namespace: Gemstone.Timeseries.Adapters
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.138 -- Release Build+b4f8847fe309a44734617722bca179874d85b46d
public virtual int ProcessingInterval { get; set; }

Property Value

Int32

Implements

IAdapterProcessingInterval

Remarks

Except 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.

See Also