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: 11.1.0.0

Collapse imageSyntax

         
 C#  Visual Basic  Visual C++ 
public void FlushBuffer(
	string sStreamName
)
Public Sub FlushBuffer ( _
	sStreamName As String _
)
public:
void FlushBuffer(
	String^ sStreamName
)

Parameters

sStreamName
String

Collapse imageExceptions

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

Collapse imageSee Also