Flush any pending enqueue buffer for the StreamProperties 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.ClientAssembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0
Syntax
C# | Visual Basic | Visual C++ |
public void FlushBuffer( StreamProperties props )
Public Sub FlushBuffer ( _ props As StreamProperties _ )
public: void FlushBuffer( StreamProperties^ props )
Parameters
- props
- StreamProperties
Exceptions
Exception | Condition |
---|---|
StreamBase.SB..::..StreamBaseException | if there is an IO error while flushing the buffer |