C# 클래스 Akka.EventStore.Cqrs.Core.AggregateRootCreationParameters

상속: IAggregateRootCreationParameters
파일 보기 프로젝트 열기: 4deeptech/Akka.EventStore.Cqrs.Core 1 사용 예제들

공개 메소드들

메소드 설명
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