|
DataPublisherIsConnected Property
|
Gets flag indicating if publisher is connected and listening.
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax public bool IsConnected { get; }
Public ReadOnly Property IsConnected As Boolean
Get
public:
property bool IsConnected {
bool get ();
}
member IsConnected : bool with get
function get_IsConnected();
View SourceProperty Value
BooleanSee Also