![]() |
CQRS.NET
4.0
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
A remote proxy to an IAggregateRoot<TAuthenticationToken>. More...
Public Member Functions | |
virtual IEnumerable< IEvent< TAuthenticationToken > > | GetUncommittedChanges () |
Get all applied changes that haven't yet been committed. More... | |
virtual void | MarkChangesAsCommitted () |
Mark all applied changes as committed, increment Version and flush the internal collection of changes. More... | |
virtual void | LoadFromHistory (IEnumerable< IEvent< TAuthenticationToken >> history) |
Apply all the events in history using event replay to this instance. More... | |
Properties | |
IActorRef | ActorReference [get, set] |
Gets the IActorRef. More... | |
TAggregateRoot | Aggregate [get, protected set] |
Gets the TAggregateRoot . More... | |
virtual Guid | Id [get] |
The identifier of this IAggregateRoot<TAuthenticationToken>. More... | |
virtual int | Version [get] |
The current version of this IAggregateRoot<TAuthenticationToken>. More... | |
![]() | |
IActorRef | ActorReference [get] |
Gets the IActorRef. More... | |
TAggregate | Aggregate [get] |
Gets the TAggregate . More... | |
![]() | |
Guid | Id [get] |
The identifier of this IAggregateRoot<TAuthenticationToken>. More... | |
int | Version [get] |
The current version of this IAggregateRoot<TAuthenticationToken>. More... | |
A remote proxy to an IAggregateRoot<TAuthenticationToken>.
TAuthenticationToken | The Type of authentication token. |
TAggregateRoot | The Type of IAggregateRoot<TAuthenticationToken>. |