Click or drag to resize
WriteBufferFlush Method
Empties the contents of the buffer by calling the callback specified at construction.

Namespace: Lawo.IO
Assembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax
C#
public bool Flush()

Return Value

Type: Boolean
The value true.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe WriteBuffer object was created by calling WriteBuffer(WriteAsyncCallback, Int32).
Remarks
After calling this function, Count equals 0.
See Also