C# Class TastyDomainDriven.MsSql.SqlAppendOnlyStoreAsync

Inheritance: IAppendOnlyAsync
Afficher le fichier Open project: jaceenet/TastyDomainDriven

Méthodes publiques

Méthode Description
Append ( string name, byte data, long expectedVersion ) : System.Threading.Tasks.Task
Initialize ( ) : System.Threading.Tasks.Task
ReadRecords ( long afterVersion, int maxCount ) : Task
ReadRecords ( string name, long afterVersion, int maxCount ) : Task
SqlAppendOnlyStoreAsync ( string connectionString, string tableName = "events" ) : System.Collections.Generic

Method Details

Append() public méthode

public Append ( string name, byte data, long expectedVersion ) : System.Threading.Tasks.Task
name string
data byte
expectedVersion long
Résultat System.Threading.Tasks.Task

Initialize() public méthode

public Initialize ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

ReadRecords() public méthode

public ReadRecords ( long afterVersion, int maxCount ) : Task
afterVersion long
maxCount int
Résultat Task

ReadRecords() public méthode

public ReadRecords ( string name, long afterVersion, int maxCount ) : Task
name string
afterVersion long
maxCount int
Résultat Task

SqlAppendOnlyStoreAsync() public méthode

public SqlAppendOnlyStoreAsync ( string connectionString, string tableName = "events" ) : System.Collections.Generic
connectionString string
tableName string
Résultat System.Collections.Generic