|
DataSubscriberUseZeroMQChannel Property
|
Gets or sets flag that determines if ZeroMQ should be used for command channel communications.
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax public bool UseZeroMQChannel { get; set; }
Public Property UseZeroMQChannel As Boolean
Get
Set
public:
property bool UseZeroMQChannel {
bool get ();
void set (bool value);
}
member UseZeroMQChannel : bool with get, set
function get_UseZeroMQChannel();
function set_UseZeroMQChannel(value);
View SourceProperty Value
BooleanSee Also