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

Mostra 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_oe static_oe property

public static Entry Empty
return Entry