Click or drag to resize
BroccoliSharp BroEventQueueLength Property
Gets current event queue length for this BroConnection.

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

Property Value

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