Click or drag to resize

FileClientAutoRepeat Property

Gets or sets a boolean value that indicates whether receiving (reading) of data is to be repeated endlessly.

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

Property Value

Boolean
Exceptions
ExceptionCondition
InvalidOperationExceptionAutoRepeat is enabled when FileAccessMode is ReadWrite
See Also