Click or drag to resize

DataGapRecovererSourceConnectionName Property

Gets or sets name of source connection device (e.g., a data subscriber).

Namespace: GSF.TimeSeries.Transport
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public string SourceConnectionName { get; set; }
View Source

Property Value

String
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionValue cannot be null or an empty string.
Remarks
This name will be used to create the FileName.
See Also