|
DataSubscriberCommandChannelConnected Property
|
Gets flag that determines whether the command channel is connected.
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax public bool CommandChannelConnected { get; }
Public ReadOnly Property CommandChannelConnected As Boolean
Get
public:
property bool CommandChannelConnected {
bool get ();
}
member CommandChannelConnected : bool with get
function get_CommandChannelConnected();
View SourceProperty Value
BooleanSee Also