ODataMessageWriter.WriteValueAsync(Object) Method
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.
Asynchronously writes a single value as the message body.
public System.Threading.Tasks.Task WriteValueAsync (object value);
member this.WriteValueAsync : obj -> System.Threading.Tasks.Task
Public Function WriteValueAsync (value As Object) As Task
Parameters
- value
- Object
The value to write.
Returns
A running task representing the writing of the value.