ODataMessageWriter.WriteValueAsync Method (Object)
Asynchronously writes a single value as the message body.
Namespace: Microsoft.OData.Core
Assembly: Microsoft.OData.Core (in Microsoft.OData.Core.dll)
Syntax
public Task WriteValueAsync(
object value
)
public:
Task^ WriteValueAsync(
Object^ value
)
member WriteValueAsync :
value:Object -> Task
Public Function WriteValueAsync (
value As Object
) As Task
Parameters
value
Type: System.ObjectThe value to write.
Return Value
Type: System.Threading.Tasks.Task
A running task representing the writing of the value.
See Also
ODataMessageWriter Class
Microsoft.OData.Core Namespace
Return to top