Flush any pending enqueue buffers. This operation has no effect if buffering is not enabled.

Namespace: StreamBase.SB.Client
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void FlushAllBuffers()
Public Sub FlushAllBuffers
public:
void FlushAllBuffers()

Exceptions

ExceptionCondition
StreamBase.SB..::..StreamBaseException if there is an IO error while flushing the buffer

See Also