C# Class CodeSharp.EventSourcing.EmptySnapshotStore

Default empty implementation of snapshot store, not do any snapshot store.
Inheritance: ISnapshotStore
Afficher le fichier Open project: tangxuehua/eventsourcing

Méthodes publiques

Méthode Description
GetLastestSnapshot ( string aggregateRootId, Type aggregateRootType ) : Snapshot
StoreShapshot ( Snapshot snapshot ) : void

Method Details

GetLastestSnapshot() public méthode

public GetLastestSnapshot ( string aggregateRootId, Type aggregateRootType ) : Snapshot
aggregateRootId string
aggregateRootType System.Type
Résultat Snapshot

StoreShapshot() public méthode

public StoreShapshot ( Snapshot snapshot ) : void
snapshot Snapshot
Résultat void