Show / Hide Table of Contents

Interface IDataStoreProviderSyncer

Interface for classes that will handle syncing data from a IDataStoreProvider to any objects it is set up with.

Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public interface IDataStoreProviderSyncer

Properties

View Source

DataStoreProvider

Gets the data store provider that is used for syncing data.

Declaration
IDataStoreProvider DataStoreProvider { get; }
Property Value
Type Description
IDataStoreProvider

Methods

View Source

SyncDataAsync()

Task for syncing data.

Declaration
Task SyncDataAsync()
Returns
Type Description
Task
  • View Source
In this article
Back to top Generated by DocFX