Click or drag to resize
Grid Solutions Framework

LocalInputAdapterProcessingInterval Property

Gets or sets the desired processing interval, in milliseconds, for the adapter.

Namespace: HistorianAdapters
Assembly: HistorianAdapters (in HistorianAdapters.dll) Version: 2.4.182-beta
Syntax
public override int ProcessingInterval { get; set; }
View Source

Property Value

Int32

Implements

IAdapterProcessingInterval
Remarks
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.
See Also