AdapterCollectionBaseTProcessingInterval Property
            Gets or sets the desired processing interval, in milliseconds, for the adapter collection and applies this interval to each adapter.
            
Namespace: Gemstone.Timeseries.AdaptersAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.150 -- Release Build+b0ded34473a5ec0794290d60061683cd4a0402e5
public virtual int ProcessingInterval { get; set; }
Public Overridable Property ProcessingInterval As Integer
	Get
	Set
public:
virtual property int ProcessingInterval {
	int get ();
	void set (int value);
}
function get_ProcessingInterval();
function set_ProcessingInterval(value);
 
            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.