Click or drag to resize
BroccoliSharp BroEventQueueMaxLength Property
Gets maximum event queue length for this BroConnection.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public int MaxLength { get; }

Property Value

Type: Int32
Exceptions
ExceptionCondition
ObjectDisposedExceptionCannot get maximum event queue length, BroConnection is disposed.
See Also