IOT Dash
|
Public Member Functions | |
Task | Refresh (IEnumerable< TEntity > entries) |
All implementations of this interface get installed by Installers.MiscServiceInstaller.
Represents a contract for all services which monitor an entity and manage some objects in relation to that entity.
TEntity | : | class | |
TManager | : | IDisposable |
Task IotDash.Services.Domain.IEntityManagementService< TEntity, TManager >.Refresh | ( | IEnumerable< TEntity > | entries | ) |
Update the internal collection of managers.
Implemented in IotDash.Services.Domain.AEntityManagerService< TEntity, TManager >.