Flush Method
Forces a write all buffered data for the FIFO and waits for completion.
Syntax
Visual Basic .NET | Sub Flush() |
---|---|
Visual C# | void Flush(); |
Parameters
None.
Errors
The method may throw exception. Refer to Handle errors sample for details.