SynchronizationEnginePurgeAsync Method |
Deletes all cached resources.
Namespace: Oracle.Cloud.Mobile.SynchronizationAssembly: Oracle.Cloud.Mobile.Synchronization.PCL (in Oracle.Cloud.Mobile.Synchronization.PCL.dll) Version: 16.1.3.1 (16.1.3.1)
SyntaxPublic Function PurgeAsync As Task
public:
Task^ PurgeAsync()
member PurgeAsync : unit -> Task
Return Value
Type:
TaskAn awaitable object.
See Also