| 
            
              ZeroMQClientMaxReceiveQueueSize Property
             | 
          
        
        
            Gets or sets the maximum size for the receive queue before payloads are dumped from the queue.
            
        
        Namespace: GSF.CommunicationAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.257-beta
Syntaxfunction get_MaxReceiveQueueSize();
function set_MaxReceiveQueueSize(value);
 View SourceProperty Value
Int32
Remarks
            Maps to ZeroMQ high water mark setting for inbound messages.
            
See Also