ODataDeltaWriter.WriteDeltaLinkAsync(ODataDeltaLink) 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.
Asynchronously writing a delta link.
public abstract System.Threading.Tasks.Task WriteDeltaLinkAsync (Microsoft.OData.ODataDeltaLink deltaLink);
abstract member WriteDeltaLinkAsync : Microsoft.OData.ODataDeltaLink -> System.Threading.Tasks.Task
Public MustOverride Function WriteDeltaLinkAsync (deltaLink As ODataDeltaLink) As Task
Parameters
- deltaLink
- ODataDeltaLink
The delta link to write.
Returns
A task instance that represents the asynchronous write operation.