Click or drag to resize

FileClientReceiveOnDemand Property

Gets or sets a boolean value that indicates whether receiving (reading) of data will be initiated manually by calling ReadNextBuffer.

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

Property Value

Boolean
Remarks
ReceiveInterval will be set to -1 when ReceiveOnDemand is enabled.
See Also