Click or drag to resize

ZeroMQClientDefaultMaxReceiveQueueSize Field

Specifies the default value for the MaxReceiveQueueSize property.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
public const int DefaultMaxReceiveQueueSize = 500000
View Source

Field Value

Int32
Remarks
Maps to ZeroMQ high water mark setting for inbound messages.
See Also