IOT Dash
Public Member Functions | List of all members
IotDash.Services.Domain.IEntityManagementService< TEntity, TManager > Interface Template Reference
Inheritance diagram for IotDash.Services.Domain.IEntityManagementService< TEntity, TManager >:
Inheritance graph
[legend]
Collaboration diagram for IotDash.Services.Domain.IEntityManagementService< TEntity, TManager >:
Collaboration graph
[legend]

Public Member Functions

Task Refresh (IEnumerable< TEntity > entries)
 

Detailed Description

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.

Type Constraints
TEntity :class 
TManager :IDisposable 

Member Function Documentation

◆ Refresh()

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 >.


The documentation for this interface was generated from the following file: