|
DataSubscriberPersistConnectionForMetadata Property
|
Gets flag that indicates whether the connection will be persisted
even while the adapter is offline in order to synchronize metadata.
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax public bool PersistConnectionForMetadata { get; }
Public ReadOnly Property PersistConnectionForMetadata As Boolean
Get
public:
property bool PersistConnectionForMetadata {
bool get ();
}
member PersistConnectionForMetadata : bool with get
function get_PersistConnectionForMetadata();
View SourceProperty Value
BooleanSee Also