Click or drag to resize

IOperationServiceGetChangedReserves Method

Get new changes for reservers by revision number.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
ChangedEntities<IReserve> GetChangedReserves(
	int revisionFrom
)

Parameters

revisionFrom
Type: SystemInt32

Return Value

Type: ChangedEntitiesIReserve
Remarks
Data revisions are growing monotonously. However мonitor the terminal database id. If the database id changed, read the data starting from revision zero.
See Also