ODataDeltaFeedSerializer.WriteDeltaDeletedLinkAsync 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.
Writes the given deltaDeletedLink specified by the parameter graph as a part of an existing OData message using the given messageWriter and the writeContext.
public virtual System.Threading.Tasks.Task WriteDeltaDeletedLinkAsync (object graph, Microsoft.OData.ODataWriter writer, Microsoft.AspNet.OData.Formatter.Serialization.ODataSerializerContext writeContext);
abstract member WriteDeltaDeletedLinkAsync : obj * Microsoft.OData.ODataWriter * Microsoft.AspNet.OData.Formatter.Serialization.ODataSerializerContext -> System.Threading.Tasks.Task
override this.WriteDeltaDeletedLinkAsync : obj * Microsoft.OData.ODataWriter * Microsoft.AspNet.OData.Formatter.Serialization.ODataSerializerContext -> System.Threading.Tasks.Task
Public Overridable Function WriteDeltaDeletedLinkAsync (graph As Object, writer As ODataWriter, writeContext As ODataSerializerContext) As Task
Parameters
- graph
- Object
The object to be written.
- writer
- ODataWriter
The ODataDeltaWriter to be used for writing.
- writeContext
- ODataSerializerContext