ODataBatchWriter.Flush Method
Flushes the write buffer to the underlying stream.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Sub Flush
'Usage
Dim instance As ODataBatchWriter
instance.Flush()
public void Flush()
public:
void Flush()
member Flush : unit -> unit
public function Flush()