Share via


ODataParameterWriter.CreateCollectionWriterAsync(String) Method

Definition

Asynchronously creates an ODataCollectionWriter to write the value of a collection parameter.

public abstract System.Threading.Tasks.Task<Microsoft.OData.ODataCollectionWriter> CreateCollectionWriterAsync (string parameterName);
abstract member CreateCollectionWriterAsync : string -> System.Threading.Tasks.Task<Microsoft.OData.ODataCollectionWriter>
Public MustOverride Function CreateCollectionWriterAsync (parameterName As String) As Task(Of ODataCollectionWriter)

Parameters

parameterName
String

The name of the collection parameter to write.

Returns

The asynchronously created ODataCollectionWriter.

Applies to