UserExtensionStorageHelper.Sync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Synchronize the cache with the remote:
- If the cache has been cleared, the remote will be deleted and recreated.
- Any cached keys will be saved to the remote, overwriting existing values.
- Any new keys from the remote will be stored in the cache.
public virtual System.Threading.Tasks.Task Sync();
abstract member Sync : unit -> System.Threading.Tasks.Task
override this.Sync : unit -> System.Threading.Tasks.Task
Public Overridable Function Sync () As Task
Returns
The freshly synced user extension.