Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Flushes the write buffer to the underlying stream.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public MustOverride Sub Flush
'Usage
Dim instance As ODataWriter
instance.Flush()
public abstract void Flush()
public:
virtual void Flush() abstract
abstract Flush : unit -> unit
public abstract function Flush()