ODataWriter.WritePrimitiveAsync(ODataPrimitiveValue) 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 write a primitive value within an untyped collection.
public virtual System.Threading.Tasks.Task WritePrimitiveAsync (Microsoft.OData.ODataPrimitiveValue primitiveValue);
abstract member WritePrimitiveAsync : Microsoft.OData.ODataPrimitiveValue -> System.Threading.Tasks.Task
override this.WritePrimitiveAsync : Microsoft.OData.ODataPrimitiveValue -> System.Threading.Tasks.Task
Public Overridable Function WritePrimitiveAsync (primitiveValue As ODataPrimitiveValue) As Task
Parameters
- primitiveValue
- ODataPrimitiveValue
The primitive value to write.
Returns
A task instance that represents the asynchronous write operation.