ODataBatchWriter.WriteEndBatch Method
Ends a batch; can only be called after WriteStartBatch has been called and if no other active changeset or operation exist.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Sub WriteEndBatch
'Usage
Dim instance As ODataBatchWriter
instance.WriteEndBatch()
public void WriteEndBatch()
public:
void WriteEndBatch()
member WriteEndBatch : unit -> unit
public function WriteEndBatch()