UpdateEntryAsync Method
Update an OData entry.
Syntax
[VB.NET]
Public Function UpdateEntryAsync() As Task
[C#]
public Task UpdateEntryAsync();
Remarks
This method is the asynchronous version of the
UpdateEntry method and is used to support asynchronous operations in WinRT. Please refer to
UpdateEntry for more information.