Share via


ODataMessageWriter.CreateODataDeltaWriterAsync Method

Definition

Caution

Use CreateODataDeltaResourceSetWriterAsync.

Asynchronously creates an ODataDeltaWriter to write a delta response.

[System.Obsolete("Use CreateODataDeltaResourceSetWriterAsync.", false)]
public System.Threading.Tasks.Task<Microsoft.OData.ODataDeltaWriter> CreateODataDeltaWriterAsync (Microsoft.OData.Edm.IEdmEntitySetBase entitySet, Microsoft.OData.Edm.IEdmEntityType entityType);
[<System.Obsolete("Use CreateODataDeltaResourceSetWriterAsync.", false)>]
member this.CreateODataDeltaWriterAsync : Microsoft.OData.Edm.IEdmEntitySetBase * Microsoft.OData.Edm.IEdmEntityType -> System.Threading.Tasks.Task<Microsoft.OData.ODataDeltaWriter>
Public Function CreateODataDeltaWriterAsync (entitySet As IEdmEntitySetBase, entityType As IEdmEntityType) As Task(Of ODataDeltaWriter)

Parameters

entitySet
IEdmEntitySetBase

The entity set we are going to write entities for.

entityType
IEdmEntityType

The entity type for the entries in the resource set to be written (or null if the entity set base type should be used).

Returns

A running task for the created writer.

Attributes

Applies to