Flush any pending enqueue buffer for the stream name provided. This operation has no effect if buffering is not enabled or there is no buffer to flush for the given stream.

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 FlushBuffer(
	string sStreamName
)
Public Sub FlushBuffer ( _
	sStreamName As String _
)
public:
void FlushBuffer(
	String^ sStreamName
)

Parameters

sStreamName
String

Exceptions

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

See Also