IOT Dash
Public Member Functions | List of all members
IotDash.Services.IModelSaver Interface Reference
Inheritance diagram for IotDash.Services.IModelSaver:
Inheritance graph
[legend]

Public Member Functions

Task< bool > SaveChangesAsync ()
 

Detailed Description

Represents a contract for a store object that saves changes to database.

Member Function Documentation

◆ SaveChangesAsync()

Task< bool > IotDash.Services.IModelSaver.SaveChangesAsync ( )

Save changes to the database.

Returns
A task that represents the asynchronous save operation. The task result is false, when no entities were modified.

Implemented in IotDash.Services.ModelStore.HistoryEntryStore.


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