ODataParameterWriter.CreateResourceWriterAsync(String) 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 creates an ODataWriter to write a resource.
public abstract System.Threading.Tasks.Task<Microsoft.OData.ODataWriter> CreateResourceWriterAsync (string parameterName);
abstract member CreateResourceWriterAsync : string -> System.Threading.Tasks.Task<Microsoft.OData.ODataWriter>
Public MustOverride Function CreateResourceWriterAsync (parameterName As String) As Task(Of ODataWriter)
Parameters
- parameterName
- String
The name of the parameter to write.
Returns
The asynchronously created ODataWriter.