Click or drag to resize

FileClientStartingOffset Property

Gets or sets the starting point relative to the beginning of the file from where the data is to be received (read).

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

Property Value

Int64
Exceptions
ExceptionCondition
ArgumentExceptionThe value being assigned is not a positive number.
See Also