DeleteAsync Method
Deletes an object on the server.
Syntax
[VB.NET] Public Function DeleteAsync(ByVal URL As String) As IAsyncAction
[C#] public IAsyncAction DeleteAsync(string URL);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
DeleteAsync MethodDeletes an object on the server. Syntax[VB.NET] Public Function DeleteAsync(ByVal URL As String) As IAsyncAction [C#] public IAsyncAction DeleteAsync(string URL); RemarksThis method is the asynchronous version of the Delete method and is used to support asynchronous operations in WinRT. Please refer to Delete for more information. |
||