|
DataSubscriberAutoConnect Property
|
Gets or sets flag that determines if
DataSubscriber should attempt to auto-connection to
DataPublisher using defined connection settings.
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax public bool AutoConnect { get; set; }
Public Property AutoConnect As Boolean
Get
Set
public:
property bool AutoConnect {
bool get ();
void set (bool value);
}
member AutoConnect : bool with get, set
function get_AutoConnect();
function set_AutoConnect(value);
View SourceProperty Value
BooleanSee Also