C# Класс Akka.EventStore.Cqrs.Core.AggregateRootCreationParameters

Наследование: IAggregateRootCreationParameters
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AggregateRootCreationParameters ( System.Guid id, IActorRef projections, int snapshotThreshold = 250 ) : System

Описание методов

AggregateRootCreationParameters() публичный Метод

public AggregateRootCreationParameters ( System.Guid id, IActorRef projections, int snapshotThreshold = 250 ) : System
id System.Guid
projections IActorRef
snapshotThreshold int
Результат System