ODataAsynchronousWriter 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.
Class for writing OData async messages; also verifies the proper count of write calls on the writer.
public sealed class ODataAsynchronousWriter
type ODataAsynchronousWriter = class
Public NotInheritable Class ODataAsynchronousWriter
- Inheritance
-
ODataAsynchronousWriter
Methods
CreateResponseMessage() |
Creates a message for writing an async response. |
CreateResponseMessageAsync() |
Asynchronously creates a message for writing an async response. |
Flush() |
Flushes the write buffer to the underlying stream. |
FlushAsync() |
Asynchronously flushes the write buffer to the underlying stream. |