MobileObjectDeleteAsync Method |
Deletes the object. Caches the delete locally if offline.
Namespace: Oracle.Cloud.Mobile.Synchronization.MobileEndpointAssemblies: Oracle.Cloud.Mobile.Synchronization.PCL (in Oracle.Cloud.Mobile.Synchronization.PCL.dll) Version: 16.1.3.1 (16.1.3.1)
Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic Task DeleteAsync()
Public Function DeleteAsync As Task
public:
Task^ DeleteAsync()
member DeleteAsync : unit -> Task
Return Value
Type:
TaskAn awaitable object.
See Also