ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Storage Namespace / NativeFileStream Class / Flush Method

In This Topic
    Flush Method (NativeFileStream)
    In This Topic
    When overridden in a derived class, clears all buffers for this stream and causes any buffered data to be written to the underlying device.
    Syntax
    'Declaration
     
    Public Overrides Sub Flush() 
    public override void Flush()
    Exceptions
    ExceptionDescription
    An I/O error occurs.
    See Also