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 SourceDataStoreProvider
Gets the data store provider that is used for syncing data.
Declaration
IDataStoreProvider DataStoreProvider { get; }
Property Value
Type | Description |
---|---|
IDataStoreProvider |
Methods
View SourceSyncDataAsync()
Task for syncing data.
Declaration
Task SyncDataAsync()
Returns
Type | Description |
---|---|
Task |