Delen via


ODataMessageReader.CreateODataDeltaReaderAsync Method

Definition

Caution

Use CreateODataDeltaResourceSetReader.

Asynchronously creates an ODataDeltaReader to read a resource set.

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

Parameters

entitySet
IEdmEntitySetBase

The entity set we are going to read entities for.

expectedBaseEntityType
IEdmEntityType

The expected base type for the entities in the delta response.

Returns

A running task for the created reader.

Attributes

Applies to