C# Class Akka.EventStore.Cqrs.Core.AggregateRootCreationParameters

Inheritance: IAggregateRootCreationParameters
Afficher le fichier Open project: 4deeptech/Akka.EventStore.Cqrs.Core Class Usage Examples

Méthodes publiques

Méthode Description
AggregateRootCreationParameters ( System.Guid id, IActorRef projections, int snapshotThreshold = 250 ) : System

Method Details

AggregateRootCreationParameters() public méthode

public AggregateRootCreationParameters ( System.Guid id, IActorRef projections, int snapshotThreshold = 250 ) : System
id System.Guid
projections IActorRef
snapshotThreshold int
Résultat System