Edit

Share via


UserExtensionStorageHelper.Sync Method

Definition

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.

Applies to