Click or drag to resize

SettingsProcessingInterval Property

.NET STTP API
Gets or sets the initial playback speed, in milliseconds, for a requested temporal data playback.
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.

Namespace: sttp
Assembly: sttp.net (in sttp.net.dll) Version: 1.0.0
Syntax
public int ProcessingInterval { get; set; }
Request Example View Source

Property Value

Int32
See Also