|   | 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.257-beta
 Syntax
Syntaxpublic 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);
Property Value
Boolean See Also
See Also