C# Class Ncqrs.Eventing.Storage.ISnapshotStoreContracts

Inheritance: ISnapshotStore
Afficher le fichier Open project: SzymonPobiega/ncqrs

Méthodes publiques

Méthode Description
GetSnapshot ( System.Guid eventSourceId ) : ISnapshot
SaveShapshot ( ISnapshot source ) : void

Method Details

GetSnapshot() public méthode

public GetSnapshot ( System.Guid eventSourceId ) : ISnapshot
eventSourceId System.Guid
Résultat ISnapshot

SaveShapshot() public méthode

public SaveShapshot ( ISnapshot source ) : void
source ISnapshot
Résultat void