Share via


ODataCollectionSerializer.WriteCollectionAsync Method

Definition

Writes the given graph using the given writer.

public System.Threading.Tasks.Task WriteCollectionAsync (Microsoft.OData.ODataCollectionWriter writer, object graph, Microsoft.OData.Edm.IEdmTypeReference collectionType, Microsoft.AspNet.OData.Formatter.Serialization.ODataSerializerContext writeContext);
member this.WriteCollectionAsync : Microsoft.OData.ODataCollectionWriter * obj * Microsoft.OData.Edm.IEdmTypeReference * Microsoft.AspNet.OData.Formatter.Serialization.ODataSerializerContext -> System.Threading.Tasks.Task
Public Function WriteCollectionAsync (writer As ODataCollectionWriter, graph As Object, collectionType As IEdmTypeReference, writeContext As ODataSerializerContext) As Task

Parameters

graph
Object

The collection to write.

collectionType
IEdmTypeReference

The EDM type of the collection.

writeContext
ODataSerializerContext

The serializer context.

Returns

Applies to