Click or drag to resize

DataGapRecovererConnectionString Property

Gets or sets connection string that will be used to make a temporal subscription when recovering data for an Outage.

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

Property Value

String
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionValue cannot be null or an empty string.
See Also