public async Task<TAggregate> LoadAsync<TAggregate, TAggregateId>(TAggregateId id, CancellationToken cancellationToken) where TAggregate : Redakt.EventSourcing.Aggregates.IAggregateRoot<TAggregateId>TAggregateId : Redakt.EventSourcing.IAggregateId
- Returns:
- Task<TAggregate>
- Implements:
- LoadAsync<TAggregate, TAggregateId>(TAggregateId, CancellationToken)
Parameters
id
TAggregateId
cancellationToken
CancellationToken