Click or drag to resize
BroccoliSharp BroEventQueueFlush Method
Attempts to flush the send queue of this BroConnection.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public int Flush()

Return Value

Type: Int32
Remaining queue length after flush.
Exceptions
ExceptionCondition
ObjectDisposedExceptionCannot flush queue length, BroConnection is disposed.
See Also