Click or drag to resize

FileClientReceiveInterval Property

Gets or sets the number of milliseconds to pause before receiving (reading) the next available set of data.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
[DefaultValueAttribute(-1)]
public double ReceiveInterval { get; set; }
View Source

Property Value

Double
Remarks
Set ReceiveInterval = -1 to receive (read) data continuously without pausing.
See Also