POLS

VariableRateLogSpotter.SetRate Method 

Adjusts the rate at which Measurements should be sent off to the registered MeasurementAvailable handlers, where rate is some percentage of real time. A rate of 200 is twice as fast as real time, and a rate of 50 is twice as slow as real time.Use NO_DELAY to send them as fast as they can be read.

public void SetRate(
   int rate
);

Parameters

rate
Percentage value of real time, or NO_DELAY

See Also

VariableRateLogSpotter Class | POLS.Spotters Namespace