C# Class Ncqrs.Eventing.Storage.ISnapshotStoreContracts

Inheritance: ISnapshotStore
Mostra file Open project: SzymonPobiega/ncqrs

Public Methods

Method Description
GetSnapshot ( System.Guid eventSourceId ) : ISnapshot
SaveShapshot ( ISnapshot source ) : void

Method Details

GetSnapshot() public method

public GetSnapshot ( System.Guid eventSourceId ) : ISnapshot
eventSourceId System.Guid
return ISnapshot

SaveShapshot() public method

public SaveShapshot ( ISnapshot source ) : void
source ISnapshot
return void