DeleteEntryAsync Method
Deletes an entry within an OData service resource.
Syntax
[VB.NET] Public Function DeleteEntryAsync() As Task
[C#] public Task DeleteEntryAsync();
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
DeleteEntryAsync MethodDeletes an entry within an OData service resource. Syntax[VB.NET] Public Function DeleteEntryAsync() As Task [C#] public Task DeleteEntryAsync(); RemarksThis method is the asynchronous version of the DeleteEntry method and is used to support asynchronous operations in WinRT. Please refer to DeleteEntry for more information. |
||