ODataCollectionWriter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Base class for OData collection writers.
public abstract class ODataCollectionWriter
type ODataCollectionWriter = class
Public MustInherit Class ODataCollectionWriter
- Inheritance
-
ODataCollectionWriter
Constructors
ODataCollectionWriter() |
Methods
Flush() |
Flushes the write buffer to the underlying stream. |
FlushAsync() |
Flushes the write buffer to the underlying stream asynchronously. |
WriteEnd() |
Finishes writing a collection. |
WriteEndAsync() |
Asynchronously finish writing a collection. |
WriteItem(Object) |
Write a collection item. |
WriteItemAsync(Object) |
Asynchronously write a collection item. |
WriteStart(ODataCollectionStart) |
Start writing a collection. |
WriteStartAsync(ODataCollectionStart) |
Asynchronously start writing a collection. |