C# Class Composable.CQRS.EventSourcing.MicrosoftSQLServer.SqlServerEventStoreEventsCache.Entry

Show file Open project: mlidbom/Composable.Monolithic

Public Properties

Property Type Description
Empty Entry

Public Methods

Method Description
Entry ( IReadOnlyList events, int maxSeenInsertedVersion ) : System

Method Details

Entry() public method

public Entry ( IReadOnlyList events, int maxSeenInsertedVersion ) : System
events IReadOnlyList
maxSeenInsertedVersion int
return System

Property Details

Empty public static property

public static Entry Empty
return Entry