UpdateEntryAsync Method
Update an OData entry.
Syntax
[VB.NET] Public Function UpdateEntryAsync() As Task
[C#] public Task UpdateEntryAsync();
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
UpdateEntryAsync MethodUpdate an OData entry. Syntax[VB.NET] Public Function UpdateEntryAsync() As Task [C#] public Task UpdateEntryAsync(); RemarksThis 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. |
||